aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/blkid/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/blkid/Kbuild')
-rw-r--r--e2fsprogs/blkid/Kbuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/e2fsprogs/blkid/Kbuild b/e2fsprogs/blkid/Kbuild
new file mode 100644
index 000000000..ba0bee03d
--- /dev/null
+++ b/e2fsprogs/blkid/Kbuild
@@ -0,0 +1,18 @@
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
7lib-y:=
8lib-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
10
11CFLAGS_dev.o := -include include/busybox.h
12CFLAGS_devname.o := -include include/busybox.h
13CFLAGS_devno.o := -include include/busybox.h
14CFLAGS_blkid_getsize.o := -include include/busybox.h
15CFLAGS_probe.o := -include include/busybox.h
16CFLAGS_save.o := -include include/busybox.h
17CFLAGS_tag.o := -include include/busybox.h
18CFLAGS_list.o := -include include/busybox.h