Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kbuild « ext2fs « e2fsprogs - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc499348d3144e312ee219eb85cbb812916563d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile for busybox
#
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.

lib-y:=
lib-y	+= gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
	   rw_bitmaps.o initialize.o bitmaps.o block.o \
	   ind_block.o inode.o freefs.o alloc_stats.o closefs.o \
	   openfs.o io_manager.o finddev.o read_bb.o alloc.o badblocks.o \
	   getsize.o getsectsize.o alloc_tables.o read_bb_file.o mkdir.o \
	   bb_inode.o newdir.o alloc_sb.o lookup.o dirblock.o expanddir.o \
	   dir_iterate.o link.o res_gdt.o icount.o get_pathname.o dblist.o \
	   dirhash.o version.o flushb.o unlink.o check_desc.o valid_blk.o \
	   ext_attr.o bmap.o dblist_dir.o ext2fs_inline.o swapfs.o

CFLAGS += -include e2fsprogs/e2fsbb.h