aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Kbuild
diff options
context:
space:
mode:
authorMatthew Stoltenberg <d3matt@gmail.com>2009-08-13 00:59:32 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-13 00:59:32 +0200
commit4803db53b874aa5182944927c10d632333ad4f0e (patch)
tree0f1a0569497f1135ca269a56292a9f0b233b6e88 /miscutils/Kbuild
parentdbfa45b3b23d882a7ff3e9ef4bf84378e6b9a4a8 (diff)
downloadbusybox-4803db53b874aa5182944927c10d632333ad4f0e.tar.gz
volname: new applet
function old new delta volname_main - 90 +90 packed_usage 26373 26387 +14 applet_names 2078 2086 +8 applet_main 1232 1236 +4 applet_nameofs 616 618 +2 applet_install_loc 154 155 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 119/0) Total: 119 bytes Signed-off-by: Matthew Stoltenberg <d3matt@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r--miscutils/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild
index 8ae8a488a..e378a099f 100644
--- a/miscutils/Kbuild
+++ b/miscutils/Kbuild
@@ -40,4 +40,5 @@ lib-$(CONFIG_TASKSET) += taskset.o
lib-$(CONFIG_TIME) += time.o
lib-$(CONFIG_TIMEOUT) += timeout.o
lib-$(CONFIG_TTYSIZE) += ttysize.o
+lib-$(CONFIG_VOLNAME) += volname.o
lib-$(CONFIG_WATCHDOG) += watchdog.o