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

@@ -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 \
uuid_time.o
lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
uuid_time.o