summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/GNUmakefile
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2018-11-30 10:30:05 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2018-12-06 14:32:04 +0800
commit7702ceb8afa4f94b949eca4fbbc5dc84e550e082 (patch)
treef46c6064b2081f5735926d6b245ae23b8f594f65 /BaseTools/Source/C/GNUmakefile
parent9fb5c5c4a33248764b24cb710b56d6c32ce237b4 (diff)
downloadedk2-7702ceb8afa4f94b949eca4fbbc5dc84e550e082.zip
edk2-7702ceb8afa4f94b949eca4fbbc5dc84e550e082.tar.gz
edk2-7702ceb8afa4f94b949eca4fbbc5dc84e550e082.tar.bz2
BaseTools: Remove tools only used by DuetPkg
Given that DuetPkg will be removed, tools only used by DuetPkg can also be removed after its removal operation. https://bugzilla.tianocore.org/show_bug.cgi?id=1322 v2:Remove these tools in Makefile and GNUmakefile. v4:Remove these tools in BinWrappers/PosixLike/ and UserManuals. Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Hao Wu <hao.a.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/C/GNUmakefile')
-rw-r--r--BaseTools/Source/C/GNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/BaseTools/Source/C/GNUmakefile b/BaseTools/Source/C/GNUmakefile
index c38de5a..507125e 100644
--- a/BaseTools/Source/C/GNUmakefile
+++ b/BaseTools/Source/C/GNUmakefile
@@ -49,18 +49,13 @@ all: makerootdir subdirs
LIBRARIES = Common
VFRAUTOGEN = VfrCompile/VfrLexer.h
-# NON_BUILDABLE_APPLICATIONS = GenBootSector BootSectImage
APPLICATIONS = \
BrotliCompress \
VfrCompile \
- GnuGenBootSector \
- BootSectImage \
- EfiLdrImage \
EfiRom \
GenFfs \
GenFv \
GenFw \
- GenPage \
GenSec \
GenCrc32 \
LzmaCompress \