]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update MicroCode build rules
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Aug 2007 10:11:43 +0000 (10:11 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Aug 2007 10:11:43 +0000 (10:11 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3534 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/build_rule.template

index a45bf1f80039bad20e5bc85b125291ef3c6b7eb5..2cd5debe8ee1b9e9feda06b6b6e859ada6b0f2dc 100644 (file)
@@ -26,6 +26,7 @@ FileTypeMapping = {
     ".Dxs"  :   "Dependency-Expression",
     ".DXS"  :   "Dependency-Expression",
     ".TXT"  :   "MicorCode-Text",
+    ".txt"  :   "MicorCode-Text",
     ".fv"   :   "FirmwareVolume",
     ".Fv"   :   "FirmwareVolume",
     ".FV"   :   "FirmwareVolume",
@@ -87,6 +88,7 @@ ToolCodeMapping = {
     "Acpi-Source-Language"          :   ["PP", "ASL"],
     "Acpi-Table-Source"             :   ["CC", "DLINK"],
     "Masm16-Code"                   :   ["ASM", "ASMLINK"],
+    "MicorCode-Text"                :   ["CC"],
 }
 
 ToolChainFamilyMapping = {