]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Adds new files to the Makefile for testing changed sources
authorlhauch <larry.hauch@intel.com>
Wed, 10 Jun 2015 14:34:40 +0000 (14:34 +0000)
committerlhauch <lhauch@Edk2>
Wed, 10 Jun 2015 14:34:40 +0000 (14:34 +0000)
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 <larry.hauch@intel.com>
Reviewed-by: Joe Peterson <joe.peterson@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17612 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Source/Python/Makefile

index dd85bbb1c21a0d52cd044c43563186ffb4a9f963..4044fcefeb9f7419a69b7692991c3be1316be9df 100644 (file)
@@ -94,7 +94,10 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenPcdDb.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\InfSectionParser.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenPcdDb.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\InfSectionParser.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py\r
+              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py\r
 \r
 CMD_BUILD=$(BASE_TOOLS_PATH)\Source\Python\build\BuildReport.py \\r
     $(BASE_TOOLS_PATH)\Source\Python\GenPatchPcdTable\GenPatchPcdTable.py \\r
 \r
 CMD_BUILD=$(BASE_TOOLS_PATH)\Source\Python\build\BuildReport.py \\r
     $(BASE_TOOLS_PATH)\Source\Python\GenPatchPcdTable\GenPatchPcdTable.py \\r