summaryrefslogtreecommitdiff
path: root/BaseTools/Source
diff options
context:
space:
mode:
authorlhauch <larry.hauch@intel.com>2015-06-10 14:34:40 +0000
committerlhauch <lhauch@Edk2>2015-06-10 14:34:40 +0000
commitff6096f5e49899746ef47eba57e25d9a3bf568f4 (patch)
tree60367c05137c31474f5241fa528243192cef1f35 /BaseTools/Source
parent13af4ab06516eefb40fb985467141e09efe9c58b (diff)
downloadedk2-platforms-ff6096f5e49899746ef47eba57e25d9a3bf568f4.tar.xz
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 <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
Diffstat (limited to 'BaseTools/Source')
-rw-r--r--BaseTools/Source/Python/Makefile5
1 files changed, 4 insertions, 1 deletions
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 \