summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Makefile
diff options
context:
space:
mode:
authorSong, BinX <binx.song@intel.com>2017-03-23 10:16:16 +0800
committerLiming Gao <liming.gao@intel.com>2017-03-29 12:14:43 +0800
commit87d97b6a771a5f81277732d5d9985aa9d14ae63f (patch)
tree79a8c883b4590ebb11ad38aacacd1c6b77a9777e /BaseTools/Source/C/Makefile
parent11b7501adcf8af81b3a31702eb4daa799d5f4096 (diff)
downloadedk2-87d97b6a771a5f81277732d5d9985aa9d14ae63f.zip
edk2-87d97b6a771a5f81277732d5d9985aa9d14ae63f.tar.gz
edk2-87d97b6a771a5f81277732d5d9985aa9d14ae63f.tar.bz2
BaseTools: Add Brotli algorithm tool
- Add Brotli algorithm tool support Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song <binx.song@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/C/Makefile')
-rw-r--r--BaseTools/Source/C/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/C/Makefile b/BaseTools/Source/C/Makefile
index 3005a17..77d3b97 100644
--- a/BaseTools/Source/C/Makefile
+++ b/BaseTools/Source/C/Makefile
@@ -17,6 +17,7 @@ ARCH = IA32
LIBRARIES = Common
APPLICATIONS = \
BootSectImage \
+ BrotliCompress \
EfiLdrImage \
EfiRom \
GenBootSector \