diff options
author | Denys Vlasenko | 2013-11-12 12:09:14 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-11-12 12:09:14 +0100 |
commit | cd0936be361ad2566200479d66fc1e5671182b73 (patch) | |
tree | ea80e1bd884cd37cfd38ef251802f16cf9d8d75d /util-linux/Kbuild.src | |
parent | d3092c99ae90f2be2e1f990eab15921ea26652fd (diff) | |
download | busybox-cd0936be361ad2566200479d66fc1e5671182b73.zip busybox-cd0936be361ad2566200479d66fc1e5671182b73.tar.gz |
fstrim: use new-style config/kbuild/applet snippets; trim help text
function old new delta
packed_usage 29546 29520 -26
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Kbuild.src')
-rw-r--r-- | util-linux/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src index 429cf11..468fc6b 100644 --- a/util-linux/Kbuild.src +++ b/util-linux/Kbuild.src @@ -18,7 +18,6 @@ lib-$(CONFIG_FINDFS) += findfs.o lib-$(CONFIG_FLOCK) += flock.o lib-$(CONFIG_FREERAMDISK) += freeramdisk.o lib-$(CONFIG_FSCK_MINIX) += fsck_minix.o -lib-$(CONFIG_FSTRIM) += fstrim.o lib-$(CONFIG_GETOPT) += getopt.o lib-$(CONFIG_HEXDUMP) += hexdump.o lib-$(CONFIG_HWCLOCK) += hwclock.o |