diff options
Diffstat (limited to 'src/drivers/uart/Makefile.inc')
-rw-r--r-- | src/drivers/uart/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index c7aa1ae784..912a6847d9 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -29,9 +29,11 @@ smm-$(CONFIG_DEBUG_SMI) += uart8250mem.c endif ifeq ($(CONFIG_DRIVERS_UART_OXPCIE),y) -ramstage-y += oxpcie_early.c oxpcie.c -postcar-y += oxpcie_early.c +bootblock-y += oxpcie_early.c +verstage-y += oxpcie_early.c romstage-y += oxpcie_early.c +postcar-y += oxpcie_early.c +ramstage-y += oxpcie_early.c oxpcie.c endif ifeq ($(CONFIG_DRIVERS_UART_PL011),y) |