diff options
author | Carsey, Jaben <jaben.carsey@intel.com> | 2018-04-17 01:48:22 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-04-18 22:15:34 +0800 |
commit | d498274fcd2751343b308ef1edfcc3fd524b79d3 (patch) | |
tree | b97fd0614553f94275c7eb835d7a05d6125eb889 /BaseTools/Source/Python/Makefile | |
parent | 5f446994a2cabd3546d3d54e96164385f919a3ba (diff) | |
download | edk2-d498274fcd2751343b308ef1edfcc3fd524b79d3.zip edk2-d498274fcd2751343b308ef1edfcc3fd524b79d3.tar.gz edk2-d498274fcd2751343b308ef1edfcc3fd524b79d3.tar.bz2 |
BaseTools: Eot - Remove FvImage file
move the single used class from FvImage to Eot
delete the FvImage file
remove FvImage from makefile
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Makefile')
-rw-r--r-- | BaseTools/Source/Python/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile index e34c840..a51207d 100644 --- a/BaseTools/Source/Python/Makefile +++ b/BaseTools/Source/Python/Makefile @@ -110,7 +110,6 @@ CMD_BUILD=$(BASE_TOOLS_PATH)\Source\Python\build\BuildReport.py \ $(BASE_TOOLS_PATH)\Source\Python\Eot\EotGlobalData.py \
$(BASE_TOOLS_PATH)\Source\Python\Eot\EotToolError.py \
$(BASE_TOOLS_PATH)\Source\Python\Eot\FileProfile.py \
- $(BASE_TOOLS_PATH)\Source\Python\Eot\FvImage.py \
$(BASE_TOOLS_PATH)\Source\Python\Eot\InfParserLite.py \
$(BASE_TOOLS_PATH)\Source\Python\Eot\LzmaCompressor.pyd \
$(BASE_TOOLS_PATH)\Source\Python\Eot\Parser.py \
|