[edk2] [Patch] BaseTools: Update Python Makefile to include the new added python files

Liming Gao posted 1 patch 6 years, 3 months ago
Failed in applying to current master (apply log)
BaseTools/Source/Python/Makefile | 4 ++++
1 file changed, 4 insertions(+)
[edk2] [Patch] BaseTools: Update Python Makefile to include the new added python files
Posted by Liming Gao 6 years, 3 months ago
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
---
 BaseTools/Source/Python/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile
index 7ffe211..ce5541b 100644
--- a/BaseTools/Source/Python/Makefile
+++ b/BaseTools/Source/Python/Makefile
@@ -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 \
@@ -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
 
-- 
2.8.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch] BaseTools: Update Python Makefile to include the new added python files
Posted by Zhu, Yonghong 6 years, 3 months ago
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> 

Best Regards,
Zhu Yonghong


-----Original Message-----
From: Gao, Liming 
Sent: Tuesday, December 26, 2017 11:14 PM
To: edk2-devel@lists.01.org
Cc: Zhu, Yonghong <yonghong.zhu@intel.com>; Feng, Bob C <bob.c.feng@intel.com>
Subject: [Patch] BaseTools: Update Python Makefile to include the new added python files

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
---
 BaseTools/Source/Python/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile
index 7ffe211..ce5541b 100644
--- a/BaseTools/Source/Python/Makefile
+++ b/BaseTools/Source/Python/Makefile
@@ -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 \ @@ -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
 
--
2.8.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch] BaseTools: Update Python Makefile to include the new added python files
Posted by Feng, Bob C 6 years, 3 months ago
Reviewed-by: Bob Feng <bob.c.feng@intel.com>

-----Original Message-----
From: Gao, Liming 
Sent: Tuesday, December 26, 2017 11:14 PM
To: edk2-devel@lists.01.org
Cc: Zhu, Yonghong <yonghong.zhu@intel.com>; Feng, Bob C <bob.c.feng@intel.com>
Subject: [Patch] BaseTools: Update Python Makefile to include the new added python files

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
---
 BaseTools/Source/Python/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile
index 7ffe211..ce5541b 100644
--- a/BaseTools/Source/Python/Makefile
+++ b/BaseTools/Source/Python/Makefile
@@ -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 \ @@ -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
 
--
2.8.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel