From ff6096f5e49899746ef47eba57e25d9a3bf568f4 Mon Sep 17 00:00:00 2001 From: lhauch Date: Wed, 10 Jun 2015 14:34:40 +0000 Subject: [PATCH] Adds new files to the Makefile for testing changed sources The files were added April 9th, revision 17158, but the Makefile was not updated. Converted all tabs in this make file to space characters. [Test] nmake cleanall nmake Successfully built all binaries Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lhauch Reviewed-by: Joe Peterson Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17612 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/Python/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile index dd85bbb1c2..4044fcefeb 100644 --- a/BaseTools/Source/Python/Makefile +++ b/BaseTools/Source/Python/Makefile @@ -94,7 +94,10 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenPcdDb.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\InfSectionParser.py \ $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \ - $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py + $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \ + $(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \ + $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \ + $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py CMD_BUILD=$(BASE_TOOLS_PATH)\Source\Python\build\BuildReport.py \ $(BASE_TOOLS_PATH)\Source\Python\GenPatchPcdTable\GenPatchPcdTable.py \ -- 2.39.2