From: lhauch Date: Wed, 10 Jun 2015 14:34:40 +0000 (+0000) Subject: Adds new files to the Makefile for testing changed sources X-Git-Tag: edk2-stable201903~9651 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ff6096f5e49899746ef47eba57e25d9a3bf568f4;hp=13af4ab06516eefb40fb985467141e09efe9c58b 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 --- 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 \