aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-11-26 18:47:45 +0000
committerPaul Brook <paul@codesourcery.com>2010-11-26 18:47:45 +0000
commitbd9141bb2e53195e3c1abf29275365d7f554beb5 (patch)
treebd58ce6d38d04e2cea21de3410124f7535510589 /Makefile.objs
parent6e14404aab26f74a448747d1e793ac16bde8a92b (diff)
Include directives in default configs
Allow default configs to be split into several files. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 23b17cefad..4f4aba3472 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -160,7 +160,8 @@ user-obj-y += cutils.o cache-utils.o
hw-obj-y =
hw-obj-y += vl.o loader.o
hw-obj-y += virtio.o virtio-console.o
-hw-obj-y += fw_cfg.o pci.o pci_host.o pcie_host.o pci_bridge.o
+hw-obj-y += fw_cfg.o
+hw-obj-$(CONFIG_PCI) += pci.o pci_host.o pcie_host.o pci_bridge.o
hw-obj-y += ioh3420.o xio3130_upstream.o xio3130_downstream.o
hw-obj-y += watchdog.o
hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o