]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add the optional EfiRom CodeRevision option.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 May 2009 07:31:56 +0000 (07:31 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 May 2009 07:31:56 +0000 (07:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8241 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/build_rule.template

index 27ebc20edee3bf3d7528eb28ee24b911dede1fdd..50640be6f475bc75b3ad1c5906f3c0f6c4fd5eca 100644 (file)
         $(BIN_DIR)(+)$(MODULE_NAME).rom\r
 \r
     <Command>\r
-        $(OPTROM) -i $(PCI_DEVICE_ID) -f $(PCI_VENDOR_ID) -l $(PCI_CLASS_CODE) -o $dst $(OPTROM_FLAGS) $src\r
+        $(OPTROM) -i $(PCI_DEVICE_ID) -f $(PCI_VENDOR_ID) -l $(PCI_CLASS_CODE) -r $(PCI_REVISION) -o $dst $(OPTROM_FLAGS) $src\r
 \r