X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=e6a822a77b7a38a4ffe92748314d79eb0468523a;hb=92494646e1553eed626597050e1395371a3f9b34;hp=453109024c8fc6cffe47ab5cd196b4a4db722b7c;hpb=675206650bb9a05023c0e53a1e0c21aa1f375f88;p=palacios.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 4531090..e6a822a 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -23,6 +23,7 @@ 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_PCI_FRONT) += pci_front.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