diff options
-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 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 |