]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Tools/GenCfgOpt.py
IntelFsp2Pkg GenCfgOpt.py: Initialize IncLines as empty list
[mirror_edk2.git] / IntelFsp2Pkg / Tools / GenCfgOpt.py
index e9de128e5055f3c9ff1ea055821e52b14f582c3f..bcced590ce02555c60c6ab0a3af12fb251315ff1 100644 (file)
@@ -1177,6 +1177,7 @@ EndList
         UpdSignatureCheck = ['FSPT_UPD_SIGNATURE', 'FSPM_UPD_SIGNATURE', 'FSPS_UPD_SIGNATURE']\r
         ExcludedSpecificUpd = ['FSPT_ARCH_UPD', 'FSPM_ARCH_UPD', 'FSPS_ARCH_UPD']\r
 \r
+        IncLines = []\r
         if InputHeaderFile != '':\r
             if not os.path.exists(InputHeaderFile):\r
                  self.Error = "Input header file '%s' does not exist" % InputHeaderFile\r