From 5b4a97bbc39ed8e7eb50038b9cffe2e948e49995 Mon Sep 17 00:00:00 2001 From: Bob Feng Date: Wed, 13 Jan 2021 11:12:24 +0800 Subject: 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 Cc: Liming Gao Cc: Yuwei Chen Reviewed-by: Liming Gao Reviewed-by: Yuwei Chen --- BaseTools/Source/C/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'BaseTools/Source/C/Makefile') 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 -- cgit v1.2.3