ash: eliminate 16 bytes in bss
[oweals/busybox.git] / debianutils / Kbuild
index 99df6a5361762f97d3959a155b100be999c113f4..bcf6126add939813b22a816cb18fd1e4b9dd304e 100644 (file)
@@ -5,9 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
-lib-$(CONFIG_MKTEMP)           += mktemp.o
-lib-$(CONFIG_PIPE_PROGRESS)    += pipe_progress.o
-lib-$(CONFIG_READLINK)         += readlink.o
-lib-$(CONFIG_RUN_PARTS)                += run_parts.o
-lib-$(CONFIG_START_STOP_DAEMON)        += start_stop_daemon.o
-lib-$(CONFIG_WHICH)            += which.o
+lib-$(CONFIG_MKTEMP)            += mktemp.o
+lib-$(CONFIG_PIPE_PROGRESS)     += pipe_progress.o
+lib-$(CONFIG_RUN_PARTS)         += run_parts.o
+lib-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o
+lib-$(CONFIG_WHICH)             += which.o