aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-08-17 14:12:26 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-08-17 14:12:26 +0000
commitc8d02aa959d3543239701d7170e0255c49ad6d9e (patch)
treedff730a0992022105fa3b2795edc1af5055dbc80 /console-tools/Kbuild
parenteb084779d7f3feba414d679006d4f1633451677f (diff)
downloadbusybox-c8d02aa959d3543239701d7170e0255c49ad6d9e.tar.gz
setfont: new applet by Vladimir
Diffstat (limited to 'console-tools/Kbuild')
-rw-r--r--console-tools/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/Kbuild b/console-tools/Kbuild
index cf3825ec6..0a182500e 100644
--- a/console-tools/Kbuild
+++ b/console-tools/Kbuild
@@ -16,5 +16,6 @@ lib-$(CONFIG_LOADKMAP) += loadkmap.o
lib-$(CONFIG_OPENVT) += openvt.o
lib-$(CONFIG_RESET) += reset.o
lib-$(CONFIG_RESIZE) += resize.o
+lib-$(CONFIG_SETFONT) += loadfont.o
lib-$(CONFIG_SETKEYCODES) += setkeycodes.o
lib-$(CONFIG_SETLOGCONS) += setlogcons.o