diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:14 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:14 +0000 |
commit | c1f63a9d43f294d53e5f78f3534e5b8198e1fa74 (patch) | |
tree | 93d3c21b8e41895d14c1510a88aab631fd76a588 /Makefile.objs | |
parent | 6842a08ee0f59dd00adcd51fda4705c412b6a0dd (diff) |
Compile pcie_host only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index dd33ca4c78..11dbc62a2d 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 pci.o +hw-obj-y += fw_cfg.o pci.o pcie_host.o hw-obj-y += watchdog.o hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o hw-obj-$(CONFIG_ECC) += ecc.o |