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
1 changed files with 3 additions and 3 deletions

View File

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