X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2FMakefile;h=d89f187cc8a75475ea144ac3eacd45762e7ae090;hb=3586c3bd6260bf79c57baebf66a26d7e8158d411;hp=b27cf7767ac3af01e2af88d1640fa6cbe958eb0a;hpb=8070d5e87ee3b92cc95bdcb65b2906b0a55d2ea9;p=palacios.git diff --git a/linux_module/Makefile b/linux_module/Makefile index b27cf77..d89f187 100644 --- a/linux_module/Makefile +++ b/linux_module/Makefile @@ -36,8 +36,11 @@ v3vee-$(V3_CONFIG_HOST_DEVICE) += iface-host-dev.o v3vee-$(V3_CONFIG_GRAPHICS_CONSOLE) += iface-graphics-console.o v3vee-$(V3_CONFIG_EXT_MACH_CHECK) += mcheck.o +v3vee-$(V3_CONFIG_MEM_TRACK) += memtrack.o + v3vee-$(V3_CONFIG_HOST_PMU) += iface-pmu.o v3vee-$(V3_CONFIG_HOST_PWRSTAT) += iface-pwrstat.o +v3vee-$(V3_CONFIG_HOST_PSTATE_CTRL) += iface-pstate-ctrl.o v3vee-$(V3_CONFIG_VNET) += palacios-vnet.o \ palacios-vnet-ctrl.o \