diff options
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r-- | src/console/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc index a5f4318734..b236578ea0 100644 --- a/src/console/Makefile.inc +++ b/src/console/Makefile.inc @@ -21,7 +21,3 @@ 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 - -secmon-y += vtxprintf.c printk.c -secmon-y += init.c console.c -secmon-y += die.c |