aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-22 20:18:58 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-22 20:18:58 +0000
commit8f51bdab44ee7e5286e05a0b25ccc612b14231e2 (patch)
tree5d620a36b85d00980cd3ba0acb0b1bc41e6dc070 /Makefile.objs
parent70615c38ded2a20ad8282b7dcde95482fc0a7744 (diff)
Compile virtio-pci only once
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 ede3f28259..281f7a6622 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -128,7 +128,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 += virtio.o virtio-console.o virtio-pci.o
hw-obj-y += fw_cfg.o pci.o pci_host.o pcie_host.o
hw-obj-y += watchdog.o
hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o