aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/e2p/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/e2p/Kbuild')
-rw-r--r--e2fsprogs/e2p/Kbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/e2p/Kbuild b/e2fsprogs/e2p/Kbuild
index 64e462170..c0ff824e3 100644
--- a/e2fsprogs/e2p/Kbuild
+++ b/e2fsprogs/e2p/Kbuild
@@ -5,9 +5,9 @@
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_CHATTR) = y 7NEEDED-$(CONFIG_CHATTR) = y
8NEEDED-$(LSATTR) = y 8NEEDED-$(CONFIG_LSATTR) = y
9NEEDED-$(MKE2FS) = y 9NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(TUNE2FS) = y 10NEEDED-$(CONFIG_TUNE2FS) = y
11 11
12lib-y:= 12lib-y:=
13lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \ 13lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \