build system: small optimization

This commit is contained in:
Denis Vlasenko 2006-10-05 10:26:05 +00:00
parent 7d219aab70
commit 5d2f1736d9
5 changed files with 34 additions and 25 deletions

View File

@ -7,21 +7,10 @@
lib-y:=
lib-$(CONFIG_CHATTR) += chattr.o
libs-$(CONFIG_CHATTR) += e2p/
lib-$(CONFIG_E2FSCK) += e2fsck.o util.o
libs-$(CONFIG_E2FSCK) += blkid/ ext2fs/ uuid/
lib-$(CONFIG_FSCK) += fsck.o util.o
libs-$(CONFIG_FSCK) += blkid/ ext2fs/ uuid/
lib-$(CONFIG_LSATTR) += lsattr.o
libs-$(CONFIG_LSATTR) += e2p/
lib-$(CONFIG_MKE2FS) += mke2fs.o util.o
libs-$(CONFIG_MKE2FS) += e2p/ blkid/ ext2fs/ uuid/
lib-$(CONFIG_TUNE2FS) += tune2fs.o util.o
libs-$(CONFIG_TUNE2FS) += e2p/ blkid/ ext2fs/ uuid/
CFLAGS += -include e2fsprogs/e2fsbb.h

View File

@ -4,8 +4,13 @@
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.
NEEDED-$(CONFIG_E2FSCK) = y
NEEDED-$(CONFIG_FSCK) = y
NEEDED-$(CONFIG_MKE2FS) = y
NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:=
lib-y += cache.o dev.o devname.o devno.o blkid_getsize.o \
lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \
probe.o read.o resolve.o save.o tag.o list.o
CFLAGS_dev.o := -include include/busybox.h

View File

@ -4,7 +4,12 @@
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.
NEEDED-$(CONFIG_CHATTR) = y
NEEDED-$(LSATTR) = y
NEEDED-$(MKE2FS) = y
NEEDED-$(TUNE2FS) = y
lib-y:=
lib-y += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \
lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \
feature.o ls.o uuid.o pe.o ostype.o ps.o hashstr.o \
parse_num.o

View File

@ -4,8 +4,13 @@
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.
NEEDED-$(CONFIG_E2FSCK) = y
NEEDED-$(CONFIG_FSCK) = y
NEEDED-$(CONFIG_MKE2FS) = y
NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:=
lib-y += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
lib-$(NEEDED-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 \

View File

@ -4,6 +4,11 @@
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.
NEEDED-$(CONFIG_E2FSCK) = y
NEEDED-$(CONFIG_FSCK) = y
NEEDED-$(CONFIG_MKE2FS) = y
NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:=
lib-y += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
uuid_time.o