diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 10:26:05 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-05 10:26:05 +0000 |
commit | 5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb (patch) | |
tree | e47a7430f1e2fc350f009d2aea76e3bfbdec80f0 /e2fsprogs/blkid | |
parent | 7d219aab70e6951ab82c27c202cac05016696723 (diff) | |
download | busybox-w32-5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb.tar.gz busybox-w32-5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb.tar.bz2 busybox-w32-5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb.zip |
build system: small optimization
Diffstat (limited to 'e2fsprogs/blkid')
-rw-r--r-- | e2fsprogs/blkid/Kbuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/e2fsprogs/blkid/Kbuild b/e2fsprogs/blkid/Kbuild index ba0bee03d..98b5c277f 100644 --- a/e2fsprogs/blkid/Kbuild +++ b/e2fsprogs/blkid/Kbuild | |||
@@ -4,9 +4,14 @@ | |||
4 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | 6 | ||
7 | NEEDED-$(CONFIG_E2FSCK) = y | ||
8 | NEEDED-$(CONFIG_FSCK) = y | ||
9 | NEEDED-$(CONFIG_MKE2FS) = y | ||
10 | NEEDED-$(CONFIG_TUNE2FS) = y | ||
11 | |||
7 | lib-y:= | 12 | lib-y:= |
8 | lib-y += cache.o dev.o devname.o devno.o blkid_getsize.o \ | 13 | lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \ |
9 | probe.o read.o resolve.o save.o tag.o list.o | 14 | probe.o read.o resolve.o save.o tag.o list.o |
10 | 15 | ||
11 | CFLAGS_dev.o := -include include/busybox.h | 16 | CFLAGS_dev.o := -include include/busybox.h |
12 | CFLAGS_devname.o := -include include/busybox.h | 17 | CFLAGS_devname.o := -include include/busybox.h |