diff options
Diffstat (limited to 'e2fsprogs/blkid/Kbuild')
-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 |