diff options
-rw-r--r-- | src/console/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc index b236578ea0..94b456c664 100644 --- a/src/console/Makefile.inc +++ b/src/console/Makefile.inc @@ -20,4 +20,4 @@ romstage-y += die.c bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c -bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += die.c +bootblock-y += die.c |