summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)