Skip to content

Commit

Permalink
BaseTools: Update Python Makefile to include the new added python files
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <[email protected]>
Cc: Yonghong Zhu <[email protected]>
Cc: Bob Feng <[email protected]>
Reviewed-by: Yonghong Zhu <[email protected]>
Reviewed-by: Bob Feng <[email protected]>
  • Loading branch information
lgao4 committed Dec 27, 2017
1 parent e4ff28c commit 02f6fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BaseTools/Source/Python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
$(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py \
$(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.py \
$(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase.py \
$(BASE_TOOLS_PATH)\Source\Python\Workspace\DecBuildData.py \
$(BASE_TOOLS_PATH)\Source\Python\Workspace\DscBuildData.py \
$(BASE_TOOLS_PATH)\Source\Python\Workspace\InfBuildData.py \
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\AutoGen.py \
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\BuildEngine.py \
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenC.py \
Expand All @@ -98,6 +101,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenVar.py \
$(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \
$(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py

Expand Down

0 comments on commit 02f6fd1

Please sign in to comment.