aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-22 08:18:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-22 08:18:41 +0000
commitae843e9cc8984a420b44648d0d1f5166c987a158 (patch)
tree7ef19a74169e184fab135e134d6f21b66bd6f44a /console-tools/Makefile.in
parente9a7a6212b5881bd29ee5936b492f4d8899df8bb (diff)
downloadbusybox-ae843e9cc8984a420b44648d0d1f5166c987a158.tar.gz
- add new applet resize.
text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print
Diffstat (limited to 'console-tools/Makefile.in')
-rw-r--r--console-tools/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in
index 437bcd0ec..92331f527 100644
--- a/console-tools/Makefile.in
+++ b/console-tools/Makefile.in
@@ -20,6 +20,7 @@ CONSOLETOOLS-$(CONFIG_LOADFONT) += loadfont.o
CONSOLETOOLS-$(CONFIG_LOADKMAP) += loadkmap.o
CONSOLETOOLS-$(CONFIG_OPENVT) += openvt.o
CONSOLETOOLS-$(CONFIG_RESET) += reset.o
+CONSOLETOOLS-$(CONFIG_APP_RESIZE) += resize.o
CONSOLETOOLS-$(CONFIG_SETKEYCODES) += setkeycodes.o
CONSOLETOOLS-$(CONFIG_SETLOGCONS) += setlogcons.o