diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-30 14:30:28 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-30 15:37:55 +0200 |
commit | ba2b1e32b01c37950ca89e7e1533f6ba0834e3cf (patch) | |
tree | f80ef8239caf52eb7b4dc7cedf0006fbf1084cf4 /src | |
parent | e360df0fe2cc5fa0e632573891cab5c4c617a576 (diff) |
i2c/tpm: add final newline
Change-Id: I0024c4d56f93eb6c9a54103e79c9d8a8b7d8d6fb
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10043
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/i2c/tpm/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/tpm/Makefile.inc b/src/drivers/i2c/tpm/Makefile.inc index 55c01def17..e6011367e5 100644 --- a/src/drivers/i2c/tpm/Makefile.inc +++ b/src/drivers/i2c/tpm/Makefile.inc @@ -1,3 +1,3 @@ ramstage-$(CONFIG_I2C_TPM) += tis.c tpm.c romstage-$(CONFIG_I2C_TPM) += tis.c tpm.c -verstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
\ No newline at end of file +verstage-$(CONFIG_I2C_TPM) += tis.c tpm.c |