aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/old_e2fsprogs/blkid/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/blkid/Kbuild')
-rw-r--r--e2fsprogs/old_e2fsprogs/blkid/Kbuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/e2fsprogs/old_e2fsprogs/blkid/Kbuild b/e2fsprogs/old_e2fsprogs/blkid/Kbuild
new file mode 100644
index 000000000..ddcfdfd9a
--- /dev/null
+++ b/e2fsprogs/old_e2fsprogs/blkid/Kbuild
@@ -0,0 +1,23 @@
1# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7NEEDED-$(CONFIG_E2FSCK) = y
8NEEDED-$(CONFIG_FSCK) = y
9NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(CONFIG_TUNE2FS) = y
11
12lib-y:=
13lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \
14 probe.o read.o resolve.o save.o tag.o list.o
15
16CFLAGS_dev.o := -include $(srctree)/include/busybox.h
17CFLAGS_devname.o := -include $(srctree)/include/busybox.h
18CFLAGS_devno.o := -include $(srctree)/include/busybox.h
19CFLAGS_blkid_getsize.o := -include $(srctree)/include/busybox.h
20CFLAGS_probe.o := -include $(srctree)/include/busybox.h
21CFLAGS_save.o := -include $(srctree)/include/busybox.h
22CFLAGS_tag.o := -include $(srctree)/include/busybox.h
23CFLAGS_list.o := -include $(srctree)/include/busybox.h