Some changes required to get yabel working on v2 (and they generally make
[coreboot.git] / src / devices / Config.lb
index 89351ed74fd23f0f0ab3841b561bdb8041d9950e..a8c08d8b65c05eccf92b53cb57edd2667d3fa2c5 100644 (file)
@@ -1,5 +1,6 @@
 uses CONFIG_PCI_ROM_RUN
 uses CONFIG_VGA_ROM_RUN
+
 object device.o
 object root_device.o
 object device_util.o
@@ -15,10 +16,10 @@ object smbus_ops.o
 
 if CONFIG_PCI_ROM_RUN
        object pci_rom.o
-       dir emulator
+       dir ../../util/x86emu
 else
 if CONFIG_VGA_ROM_RUN
        object pci_rom.o
-       dir emulator
+       dir ../../util/x86emu
 end
 end