diff options
Diffstat (limited to 'console-tools/Kbuild')
-rw-r--r-- | console-tools/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/Kbuild b/console-tools/Kbuild index df5ffdb96..ad8b8ce77 100644 --- a/console-tools/Kbuild +++ b/console-tools/Kbuild | |||
@@ -6,6 +6,7 @@ | |||
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | lib-$(CONFIG_CHVT) += chvt.o | 8 | lib-$(CONFIG_CHVT) += chvt.o |
9 | lib-$(CONFIG_FGCONSOLE) += fgconsole.o | ||
9 | lib-$(CONFIG_CLEAR) += clear.o | 10 | lib-$(CONFIG_CLEAR) += clear.o |
10 | lib-$(CONFIG_DEALLOCVT) += deallocvt.o | 11 | lib-$(CONFIG_DEALLOCVT) += deallocvt.o |
11 | lib-$(CONFIG_DUMPKMAP) += dumpkmap.o | 12 | lib-$(CONFIG_DUMPKMAP) += dumpkmap.o |