mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
13af4ab065
commit
ff6096f5e4
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue