diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-05-07 12:30:06 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-05-11 17:43:46 +0200 |
commit | 9bb90cd1a2d79146c0f4928ec88fd3b7fa3c7f60 (patch) | |
tree | 42dca5aa09bd7008cc66ee83405758d4f706140e /src/drivers/uart | |
parent | c96ff45b7fcc16ff65836f0ed1d2780e9fd3b5ef (diff) |
secmon: Add some missing files
secmon is referring to uart's default_baudrate() and
various coreboot version strings.
Change-Id: I40a8d1979146058409a814d94ea24de83ee4d634
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10129
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/drivers/uart')
-rw-r--r-- | src/drivers/uart/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index 1a809e0a0d..1c2b69ee78 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -3,6 +3,7 @@ ifeq ($(CONFIG_DRIVERS_UART),y) romstage-y += util.c ramstage-y += util.c bootblock-y += util.c +secmon-y += util.c smm-$(CONFIG_DEBUG_SMI) += util.c # Add the driver, only one can be enabled. The driver files may |