summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/tpm
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-07-28 16:32:56 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-08-01 21:43:56 +0200
commitbb9722bd775d575401edff14a9b80406ecbd974a (patch)
tree7e16eb11f2681aeccbce658d4cac6a3510578528 /src/drivers/spi/tpm
parent049b46270d63c47db75b27246555c904e42fe9e2 (diff)
downloadcoreboot-bb9722bd775d575401edff14a9b80406ecbd974a.tar.gz
coreboot-bb9722bd775d575401edff14a9b80406ecbd974a.tar.bz2
coreboot-bb9722bd775d575401edff14a9b80406ecbd974a.zip
Add newlines at the end of all coreboot files
Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/15974 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/drivers/spi/tpm')
-rw-r--r--src/drivers/spi/tpm/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc
index 66118be1b903..7d1b390f08cf 100644
--- a/src/drivers/spi/tpm/Makefile.inc
+++ b/src/drivers/spi/tpm/Makefile.inc
@@ -4,4 +4,4 @@ ifneq ($(CONFIG_CHROMEOS),y)
bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c
romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
-endif \ No newline at end of file
+endif