source: MondoRescue/branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src@ 2725

Last change on this file since 2725 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
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 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) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
17 rw_bitmaps.o initialize.o bitmaps.o block.o \
18 ind_block.o inode.o freefs.o alloc_stats.o closefs.o \
19 openfs.o io_manager.o finddev.o read_bb.o alloc.o badblocks.o \
20 getsize.o getsectsize.o alloc_tables.o read_bb_file.o mkdir.o \
21 bb_inode.o newdir.o alloc_sb.o lookup.o dirblock.o expanddir.o \
22 dir_iterate.o link.o res_gdt.o icount.o get_pathname.o dblist.o \
23 dirhash.o version.o flushb.o unlink.o check_desc.o valid_blk.o \
24 ext_attr.o bmap.o dblist_dir.o ext2fs_inline.o swapfs.o
25
26CFLAGS += -include $(srctree)/e2fsprogs/e2fsbb.h
Note: See TracBrowser for help on using the repository browser.