X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2FMakefile;h=b27cf7767ac3af01e2af88d1640fa6cbe958eb0a;hb=5d20e4fc3a9b5b9cf762e67c23f817986d802bb7;hp=64ded27aacdafe5f3b9ed8b84679635ce7f482ea;hpb=49852ca1e8280641ffb7ef2986c03bd443bd02b8;p=palacios.git diff --git a/linux_module/Makefile b/linux_module/Makefile index 64ded27..b27cf77 100644 --- a/linux_module/Makefile +++ b/linux_module/Makefile @@ -20,7 +20,9 @@ v3vee-y := palacios-stubs.o \ allow_devmem.o \ util-queue.o \ util-hashtable.o \ - linux-exts.o + linux-exts.o \ + buddy.o \ + numa.o v3vee-$(V3_CONFIG_CONSOLE) += iface-console.o v3vee-$(V3_CONFIG_FILE) += iface-file.o @@ -35,6 +37,7 @@ v3vee-$(V3_CONFIG_GRAPHICS_CONSOLE) += iface-graphics-console.o v3vee-$(V3_CONFIG_EXT_MACH_CHECK) += mcheck.o v3vee-$(V3_CONFIG_HOST_PMU) += iface-pmu.o +v3vee-$(V3_CONFIG_HOST_PWRSTAT) += iface-pwrstat.o v3vee-$(V3_CONFIG_VNET) += palacios-vnet.o \ palacios-vnet-ctrl.o \ @@ -50,6 +53,7 @@ v3vee-$(V3_CONFIG_EXT_GUARD_MODULES) += iface-guard-mods.o v3vee-$(V3_CONFIG_HOST_PCI) += iface-host-pci.o v3vee-$(V3_CONFIG_DEBUG_LOCKS) += lockcheck.o +v3vee-$(V3_CONFIG_DEBUG_MEM_ALLOC) += memcheck.o v3vee-objs := $(v3vee-y) ../libv3vee.a