diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-01 22:36:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-01 22:36:39 +0000 |
commit | cd2663f15e74274619dd97dc382bb858ac255872 (patch) | |
tree | f86565e574c3488794383b910b9f3fa3ae27df48 /coreutils/Kbuild | |
parent | d78920675f31d6ec87dc883c4edc0f3862b22f6a (diff) | |
download | busybox-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/Kbuild | 1 |
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 | |||
54 | lib-$(CONFIG_OD) += od.o | 54 | lib-$(CONFIG_OD) += od.o |
55 | lib-$(CONFIG_PRINTENV) += printenv.o | 55 | lib-$(CONFIG_PRINTENV) += printenv.o |
56 | lib-$(CONFIG_PRINTF) += printf.o | 56 | lib-$(CONFIG_PRINTF) += printf.o |
57 | lib-$(CONFIG_ASH_BUILTIN_PRINTF) += printf.o | ||
57 | lib-$(CONFIG_PWD) += pwd.o | 58 | lib-$(CONFIG_PWD) += pwd.o |
58 | lib-$(CONFIG_READLINK) += readlink.o | 59 | lib-$(CONFIG_READLINK) += readlink.o |
59 | lib-$(CONFIG_REALPATH) += realpath.o | 60 | lib-$(CONFIG_REALPATH) += realpath.o |