source: MondoRescue/branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 890 bytes
Line 
1# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4#
5# Licensed under GPLv2, see file LICENSE in this source tree.
6
7NEEDED-$(CONFIG_E2FSCK) = y
8NEEDED-$(CONFIG_FSCK) = y
9NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(CONFIG_TUNE2FS) = y
11
12lib-y:=
13
14INSERT
15
16lib-$(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
18
19CFLAGS_dev.o := -include $(srctree)/include/busybox.h
20CFLAGS_devname.o := -include $(srctree)/include/busybox.h
21CFLAGS_devno.o := -include $(srctree)/include/busybox.h
22CFLAGS_blkid_getsize.o := -include $(srctree)/include/busybox.h
23CFLAGS_probe.o := -include $(srctree)/include/busybox.h
24CFLAGS_save.o := -include $(srctree)/include/busybox.h
25CFLAGS_tag.o := -include $(srctree)/include/busybox.h
26CFLAGS_list.o := -include $(srctree)/include/busybox.h
Note: See TracBrowser for help on using the repository browser.