summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Makefile
diff options
context:
space:
mode:
authorBob Feng <bob.c.feng@intel.com>2021-01-13 11:12:24 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-21 10:19:09 +0000
commit5b4a97bbc39ed8e7eb50038b9cffe2e948e49995 (patch)
tree64fb4b3beaee4632fad244d2e9194c4b3eca9f96 /BaseTools/Source/C/Makefile
parent339371ef78eb3a6f2e9848f8b058379de5e87d39 (diff)
downloadedk2-5b4a97bbc39ed8e7eb50038b9cffe2e948e49995.tar.gz
edk2-5b4a97bbc39ed8e7eb50038b9cffe2e948e49995.tar.bz2
edk2-5b4a97bbc39ed8e7eb50038b9cffe2e948e49995.zip
BaseTools: Convert Split tool to python
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3165 There are 2 reasons to convert Split tool from C to Python. 1. We are in the process of moving the Basetools Python code to a separate repository. But there still are many C tools under edk2/BaseTools. To make all Basetools be in the separate repo, we can convert the C tools to Python tools. 2. The original Split tool is very slow. This python tool can reduce 90% time. Signed-off-by: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Yuwei Chen <yuwei.chen@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Yuwei Chen <yuwei.chen@intel.com>
Diffstat (limited to 'BaseTools/Source/C/Makefile')
-rw-r--r--BaseTools/Source/C/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Makefile b/BaseTools/Source/C/Makefile
index e8f8abe59a..a376d32e22 100644
--- a/BaseTools/Source/C/Makefile
+++ b/BaseTools/Source/C/Makefile
@@ -19,7 +19,6 @@ APPLICATIONS = \
GenFw \
GenSec \
LzmaCompress \
- Split \
TianoCompress \
VolInfo \
DevicePath