summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/GNUmakefile
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2017-11-28 11:18:52 +0800
committerLiming Gao <liming.gao@intel.com>2017-11-30 13:06:52 +0800
commit81fa5ad02821dc53fffc9e91e40f31bb4e6e34d3 (patch)
tree065106ed6b813e775f7eeb9514f127b03d47830a /BaseTools/Source/C/GNUmakefile
parent9e1131b70b4b6002cd1904401946ef0b22cf7d33 (diff)
downloadedk2-81fa5ad02821dc53fffc9e91e40f31bb4e6e34d3.zip
edk2-81fa5ad02821dc53fffc9e91e40f31bb4e6e34d3.tar.gz
edk2-81fa5ad02821dc53fffc9e91e40f31bb4e6e34d3.tar.bz2
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>
Diffstat (limited to 'BaseTools/Source/C/GNUmakefile')
-rw-r--r--BaseTools/Source/C/GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/BaseTools/Source/C/GNUmakefile b/BaseTools/Source/C/GNUmakefile
index 50b6759..0dc7482 100644
--- a/BaseTools/Source/C/GNUmakefile
+++ b/BaseTools/Source/C/GNUmakefile
@@ -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)