X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2FMakefile;h=86abff61274e37d4f33449eaac31297588925d13;hb=4b7f19c51325601d7e7569e6101c7bfcdf984ef7;hp=b27cf7767ac3af01e2af88d1640fa6cbe958eb0a;hpb=8070d5e87ee3b92cc95bdcb65b2906b0a55d2ea9;p=palacios.git diff --git a/linux_module/Makefile b/linux_module/Makefile index b27cf77..86abff6 100644 --- a/linux_module/Makefile +++ b/linux_module/Makefile @@ -36,8 +36,12 @@ 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_CACHE_INFO) += iface-cache_info.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 \