]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Makefile
BaseTools: Pcds in [Components] are not display correct in the report
[mirror_edk2.git] / BaseTools / Source / Python / Makefile
index 7ffe2114e538dbcc91c4c3047f49e62f406cee61..02af9aed1c33b27cbd575a4277c00c7fdc6c1533 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Windows makefile for Python tools build.\r
 #\r
-# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -45,7 +45,6 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\EdkLogger.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Expression.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\FdfClassObject.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\FdfParserLite.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\GlobalData.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Identification.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\InfClassObject.py \\r
@@ -88,6 +87,9 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DecBuildData.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DscBuildData.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\InfBuildData.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\AutoGen.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\BuildEngine.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenC.py \\r
@@ -98,6 +100,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.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\AutoGen\GenVar.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py\r
 \r