aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:13 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:13 +0000
commit6842a08ee0f59dd00adcd51fda4705c412b6a0dd (patch)
tree9bc6a91600da35a81087d84889476634d40f1377 /Makefile.objs
parentf1698408f1dcb7548a21828a0b1e2b530fae3af3 (diff)
Compile pci only once
Move coalesced_mmio declarations to a more accessible location. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 1eb7e19d87..dd33ca4c78 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -129,7 +129,7 @@ user-obj-y += cutils.o cache-utils.o
hw-obj-y =
hw-obj-y += loader.o
hw-obj-y += virtio.o virtio-console.o
-hw-obj-y += fw_cfg.o
+hw-obj-y += fw_cfg.o pci.o
hw-obj-y += watchdog.o
hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o
hw-obj-$(CONFIG_ECC) += ecc.o