X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=67ca1f92089bf46a0e8b566a0e06059e3b894c6b;hb=c1810f8134ef829599525d30856970f0155da1f3;hp=61d00c55aec7ea2f4a1e39e49b87fbd59e8d13e3;hpb=5ed7ab7d688c249301404ced123d6d8ee1b0711a;p=palacios.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 61d00c5..67ca1f9 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -20,6 +20,7 @@ obj-$(V3_CONFIG_VNET_NIC) += vnet_nic.o obj-$(V3_CONFIG_NVRAM) += nvram.o obj-$(V3_CONFIG_OS_DEBUG) += os_debug.o obj-$(V3_CONFIG_PCI) += pci.o +obj-$(V3_CONFIG_HOST_PCI) += host_pci.o obj-$(V3_CONFIG_PIIX3) += piix3.o obj-$(V3_CONFIG_SWAPBYPASS_DISK_CACHE) += swapbypass_cache.o obj-$(V3_CONFIG_SWAPBYPASS_DISK_CACHE2) += swapbypass_cache2.o @@ -45,6 +46,5 @@ obj-$(V3_CONFIG_CHAR_STREAM) += char_stream.o obj-$(V3_CONFIG_VGA) += vga.o -obj-$(V3_CONFIG_PCI_FRONT) += pci_front.o obj-$(V3_CONFIG_VNET_GUEST_IFACE) += vnet_guest_iface.o