diff options
Diffstat (limited to 'src/devices/Config.lb')
-rw-r--r-- | src/devices/Config.lb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/Config.lb b/src/devices/Config.lb index 89351ed74f..a8c08d8b65 100644 --- a/src/devices/Config.lb +++ b/src/devices/Config.lb @@ -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 |