diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc index 0fee12aa48..68afb8a18f 100644 --- a/src/console/Makefile.inc +++ b/src/console/Makefile.inc @@ -25,4 +25,5 @@ postcar-y += die.c bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c +bootblock-y += post.c bootblock-y += die.c |