BaseTools: Update C tools top GNUMakefile to adjust tool order

Place the tool that takes much build time at the first. This can improve
build performance when make -j N used.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
Liming Gao 2017-11-28 11:18:52 +08:00
parent 9e1131b70b
commit 81fa5ad028

View File

@ -51,9 +51,10 @@ LIBRARIES = Common
VFRAUTOGEN = VfrCompile/VfrLexer.h VFRAUTOGEN = VfrCompile/VfrLexer.h
# NON_BUILDABLE_APPLICATIONS = GenBootSector BootSectImage # NON_BUILDABLE_APPLICATIONS = GenBootSector BootSectImage
APPLICATIONS = \ APPLICATIONS = \
BrotliCompress \
VfrCompile \
GnuGenBootSector \ GnuGenBootSector \
BootSectImage \ BootSectImage \
BrotliCompress \
EfiLdrImage \ EfiLdrImage \
EfiRom \ EfiRom \
GenFfs \ GenFfs \
@ -66,8 +67,7 @@ APPLICATIONS = \
LzmaCompress \ LzmaCompress \
Split \ Split \
TianoCompress \ TianoCompress \
VolInfo \ VolInfo
VfrCompile
SUBDIRS := $(LIBRARIES) $(APPLICATIONS) SUBDIRS := $(LIBRARIES) $(APPLICATIONS)