From cd2663f15e74274619dd97dc382bb858ac255872 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 1 Jun 2008 22:36:39 +0000 Subject: ash: optional printf builtin. +25 bytes if off, +35 if on. by Cristian Ionescu-Idbohrn. --- coreutils/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/Kbuild') diff --git a/coreutils/Kbuild b/coreutils/Kbuild index cb45439..a5a2d4c 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -54,6 +54,7 @@ lib-$(CONFIG_NOHUP) += nohup.o lib-$(CONFIG_OD) += od.o lib-$(CONFIG_PRINTENV) += printenv.o lib-$(CONFIG_PRINTF) += printf.o +lib-$(CONFIG_ASH_BUILTIN_PRINTF) += printf.o lib-$(CONFIG_PWD) += pwd.o lib-$(CONFIG_READLINK) += readlink.o lib-$(CONFIG_REALPATH) += realpath.o -- cgit v1.1