X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=0dbc07eca2683ebac2561e0a93f857652fef27b9;hb=02d617c8f625ad5da6c4c9b78b224e84baac5d08;hp=61d00c55aec7ea2f4a1e39e49b87fbd59e8d13e3;hpb=5ed7ab7d688c249301404ced123d6d8ee1b0711a;p=palacios.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 61d00c5..0dbc07e 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -20,6 +20,8 @@ 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_HOST_PCI_SELPRIV) += host_pci_selpriv.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 @@ -44,7 +46,6 @@ obj-$(V3_CONFIG_SYMMOD) += lnx_virtio_symmod.o 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_PARAGRAPH) += paragraph.o obj-$(V3_CONFIG_VNET_GUEST_IFACE) += vnet_guest_iface.o