source: MondoRescue/branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild@ 2142

Last change on this file since 2142 was 1765, checked in by Bruno Cornec, 16 years ago

Update to busybox 1.7.2

File size: 1.0 KB
Line 
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) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
14 rw_bitmaps.o initialize.o bitmaps.o block.o \
15 ind_block.o inode.o freefs.o alloc_stats.o closefs.o \
16 openfs.o io_manager.o finddev.o read_bb.o alloc.o badblocks.o \
17 getsize.o getsectsize.o alloc_tables.o read_bb_file.o mkdir.o \
18 bb_inode.o newdir.o alloc_sb.o lookup.o dirblock.o expanddir.o \
19 dir_iterate.o link.o res_gdt.o icount.o get_pathname.o dblist.o \
20 dirhash.o version.o flushb.o unlink.o check_desc.o valid_blk.o \
21 ext_attr.o bmap.o dblist_dir.o ext2fs_inline.o swapfs.o
22
23CFLAGS += -include $(srctree)/e2fsprogs/e2fsbb.h
Note: See TracBrowser for help on using the repository browser.