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

Last change on this file 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: 1.1 KB
Line 
1# DO NOT EDIT. This file is generated from Kbuild.src
2# Makefile for busybox
3#
4# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
5#
6# Licensed under GPLv2, see file LICENSE in this source tree.
7
8NEEDED-$(CONFIG_E2FSCK) = y
9NEEDED-$(CONFIG_FSCK) = y
10NEEDED-$(CONFIG_MKE2FS) = y
11NEEDED-$(CONFIG_TUNE2FS) = y
12
13lib-y:=
14
15
16
17lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
18 rw_bitmaps.o initialize.o bitmaps.o block.o \
19 ind_block.o inode.o freefs.o alloc_stats.o closefs.o \
20 openfs.o io_manager.o finddev.o read_bb.o alloc.o badblocks.o \
21 getsize.o getsectsize.o alloc_tables.o read_bb_file.o mkdir.o \
22 bb_inode.o newdir.o alloc_sb.o lookup.o dirblock.o expanddir.o \
23 dir_iterate.o link.o res_gdt.o icount.o get_pathname.o dblist.o \
24 dirhash.o version.o flushb.o unlink.o check_desc.o valid_blk.o \
25 ext_attr.o bmap.o dblist_dir.o ext2fs_inline.o swapfs.o
26
27CFLAGS += -include $(srctree)/e2fsprogs/e2fsbb.h
Note: See TracBrowser for help on using the repository browser.