diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-06-29 23:11:21 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-30 08:19:50 +0200 |
commit | e1b832772d0096af8f7c61ab314fba69fb9ef2ba (patch) | |
tree | 4b5c59ff80fe6cdafc94976d47fe12551e3c73a3 | |
parent | 091b4ae7dee500fc9c950c8a3667da4f99758c94 (diff) |
lib: add delay.c to bootblock if I2C_TPM driver is enabled
Change-Id: I752fcc3b8687e4f861c3977322ebb6439f14fac4
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10708
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/lib/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 76c8fd3dc5..bda7586b42 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -30,6 +30,7 @@ bootblock-$(CONFIG_GENERIC_UDELAY) += timer.c bootblock-$(CONFIG_COLLECT_TIMESTAMPS) += timestamp.c bootblock-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c +bootblock-$(CONFIG_I2C_TPM) += delay.c bootblock-y += memchr.c bootblock-y += memcmp.c bootblock-y += mem_pool.c |