X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=0dbc07eca2683ebac2561e0a93f857652fef27b9;hb=4289236a2f36c2556c4c333d13790e4325cbcb85;hp=32a6498c3ac1aaf5ee87ba3319b06a63456e9f3d;hpb=cafc7daf7fdbd6c7989cac277bdaae284275e32f;p=palacios.releases.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 32a6498..0dbc07e 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -21,6 +21,7 @@ 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