diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index a39cbefed1..ebaa5d4a0b 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -39,6 +39,7 @@ bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += pl011.c romstage-y += pl011.c postcar-y += pl011.c ramstage-y += pl011.c +verstage-y += pl011.c endif endif