aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 22:36:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 22:36:39 +0000
commitcd2663f15e74274619dd97dc382bb858ac255872 (patch)
treef86565e574c3488794383b910b9f3fa3ae27df48 /coreutils/Kbuild
parentd78920675f31d6ec87dc883c4edc0f3862b22f6a (diff)
downloadbusybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.gz
busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.bz2
busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.zip
ash: optional printf builtin. +25 bytes if off, +35 if on.
by Cristian Ionescu-Idbohrn.
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r--coreutils/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild
index cb4543912..a5a2d4c26 100644
--- a/coreutils/Kbuild
+++ b/coreutils/Kbuild
@@ -54,6 +54,7 @@ lib-$(CONFIG_NOHUP) += nohup.o
54lib-$(CONFIG_OD) += od.o 54lib-$(CONFIG_OD) += od.o
55lib-$(CONFIG_PRINTENV) += printenv.o 55lib-$(CONFIG_PRINTENV) += printenv.o
56lib-$(CONFIG_PRINTF) += printf.o 56lib-$(CONFIG_PRINTF) += printf.o
57lib-$(CONFIG_ASH_BUILTIN_PRINTF) += printf.o
57lib-$(CONFIG_PWD) += pwd.o 58lib-$(CONFIG_PWD) += pwd.o
58lib-$(CONFIG_READLINK) += readlink.o 59lib-$(CONFIG_READLINK) += readlink.o
59lib-$(CONFIG_REALPATH) += realpath.o 60lib-$(CONFIG_REALPATH) += realpath.o