aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/blkid/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/blkid/Kbuild')
-rw-r--r--e2fsprogs/blkid/Kbuild9
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
7NEEDED-$(CONFIG_E2FSCK) = y
8NEEDED-$(CONFIG_FSCK) = y
9NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(CONFIG_TUNE2FS) = y
11
7lib-y:= 12lib-y:=
8lib-y += cache.o dev.o devname.o devno.o blkid_getsize.o \ 13lib-$(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
11CFLAGS_dev.o := -include include/busybox.h 16CFLAGS_dev.o := -include include/busybox.h
12CFLAGS_devname.o := -include include/busybox.h 17CFLAGS_devname.o := -include include/busybox.h