aboutsummaryrefslogtreecommitdiff
path: root/src/devices/Config.lb
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2005-01-14 22:04:49 +0000
committerYinghai Lu <yinghailu@gmail.com>2005-01-14 22:04:49 +0000
commit9e4faef7dbb6848c1ea6a21994031d191b209c34 (patch)
tree38d887e3ac28c223f2737b40a60bd05f5855193d /src/devices/Config.lb
parent688238a50c61993db8667552cdae624e73310239 (diff)
CONFIG_PCI_ROM_RUN
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1875 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/Config.lb')
-rw-r--r--src/devices/Config.lb7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/devices/Config.lb b/src/devices/Config.lb
index da621e7962..8de8d4af32 100644
--- a/src/devices/Config.lb
+++ b/src/devices/Config.lb
@@ -1,3 +1,4 @@
+uses CONFIG_PCI_ROM_RUN
object device.o
object root_device.o
object device_util.o
@@ -7,5 +8,7 @@ object hypertransport.o
object pci_ops.o
object smbus_ops.o
-object pci_rom.o
-dir emulator
+if CONFIG_PCI_ROM_RUN
+ object pci_rom.o
+ dir emulator
+end