Changes for kernel and Busybox
[tomato.git] / release / src / router / busybox / e2fsprogs / blkid / Kbuild.src
blob02b4d24961f3cb08cda213af3bd73730df2ee399
1 # Makefile for busybox
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
5 # Licensed under GPLv2, see file LICENSE in this source tree.
7 NEEDED-$(CONFIG_E2FSCK) = y
8 NEEDED-$(CONFIG_FSCK) = y
9 NEEDED-$(CONFIG_MKE2FS) = y
10 NEEDED-$(CONFIG_TUNE2FS) = y
12 lib-y:=
14 INSERT
16 lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \
17                    probe.o read.o resolve.o save.o tag.o list.o
19 CFLAGS_dev.o     := -include $(srctree)/include/busybox.h
20 CFLAGS_devname.o := -include $(srctree)/include/busybox.h
21 CFLAGS_devno.o   := -include $(srctree)/include/busybox.h
22 CFLAGS_blkid_getsize.o := -include $(srctree)/include/busybox.h
23 CFLAGS_probe.o   := -include $(srctree)/include/busybox.h
24 CFLAGS_save.o    := -include $(srctree)/include/busybox.h
25 CFLAGS_tag.o     := -include $(srctree)/include/busybox.h
26 CFLAGS_list.o    := -include $(srctree)/include/busybox.h