diff options
Diffstat (limited to 'console-tools/Kbuild.src')
-rw-r--r-- | console-tools/Kbuild.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/console-tools/Kbuild.src b/console-tools/Kbuild.src index ad8b8ce..17f6606 100644 --- a/console-tools/Kbuild.src +++ b/console-tools/Kbuild.src @@ -5,6 +5,8 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= + +INSERT lib-$(CONFIG_CHVT) += chvt.o lib-$(CONFIG_FGCONSOLE) += fgconsole.o lib-$(CONFIG_CLEAR) += clear.o |