summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/GNUmakefile
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2019-05-28 11:01:47 +0800
committerLiming Gao <liming.gao@intel.com>2019-07-04 11:34:57 +0800
commit080981d72dcbb782ad73716c439639324b0aa4dd (patch)
treefeea5c7a4658f428a48975b10be8d1ebcae86155 /BaseTools/Source/C/GNUmakefile
parent3c59d94637adbfdd497b5a2c16073c7dc62b669c (diff)
downloadedk2-080981d72dcbb782ad73716c439639324b0aa4dd.zip
edk2-080981d72dcbb782ad73716c439639324b0aa4dd.tar.gz
edk2-080981d72dcbb782ad73716c439639324b0aa4dd.tar.bz2
BaseTools/FMMT: Add a tool FMMT
FMMT is a tool to enable removal, addition and replacement of FFS files in FD image binaries. https://bugzilla.tianocore.org/show_bug.cgi?id=1847 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/C/GNUmakefile')
-rw-r--r--BaseTools/Source/C/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/C/GNUmakefile b/BaseTools/Source/C/GNUmakefile
index 990c6d0..b99b512 100644
--- a/BaseTools/Source/C/GNUmakefile
+++ b/BaseTools/Source/C/GNUmakefile
@@ -47,6 +47,7 @@ VFRAUTOGEN = VfrCompile/VfrLexer.h
APPLICATIONS = \
BrotliCompress \
VfrCompile \
+ FMMT \
BfmLib \
EfiRom \
FCE \