Add abuild support for the dbm690t. (trivial)
[coreboot.git] / src / devices / Config.lb
index 6ba7472cc7d990ce5639b02638d214f4be36218f..89351ed74fd23f0f0ab3841b561bdb8041d9950e 100644 (file)
@@ -1,4 +1,5 @@
 uses CONFIG_PCI_ROM_RUN
+uses CONFIG_VGA_ROM_RUN
 object device.o
 object root_device.o
 object device_util.o
@@ -15,4 +16,9 @@ object smbus_ops.o
 if CONFIG_PCI_ROM_RUN
        object pci_rom.o
        dir emulator
+else
+if CONFIG_VGA_ROM_RUN
+       object pci_rom.o
+       dir emulator
+end
 end