diff options
Diffstat (limited to 'src/drivers/uart/Makefile.inc')
-rw-r--r-- | src/drivers/uart/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index fc33ee9101..4b2aa53507 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -10,6 +10,7 @@ smm-$(CONFIG_DEBUG_SMI) += util.c # be located in the soc/ or cpu/ directories instead of here. ifeq ($(CONFIG_DRIVERS_UART_8250IO),y) +bootblock-y += uart8250io.c verstage-y += uart8250io.c romstage-y += uart8250io.c ramstage-y += uart8250io.c @@ -17,6 +18,7 @@ smm-$(CONFIG_DEBUG_SMI) += uart8250io.c endif ifeq ($(CONFIG_DRIVERS_UART_8250MEM),y) +bootblock-y += uart8250mem.c verstage-y += uart8250mem.c romstage-y += uart8250mem.c ramstage-y += uart8250mem.c |