X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2FMakefile;h=8c6c426e26e3c619279a626ecd376e5576cf1aaf;hb=4a3b35137e700165754d61c4e791c0a8e51c770c;hp=b27cf7767ac3af01e2af88d1640fa6cbe958eb0a;hpb=ce0f119828348c3c57a00c4aa268a8a223ccd7f8;p=palacios.git diff --git a/linux_module/Makefile b/linux_module/Makefile index b27cf77..8c6c426 100644 --- a/linux_module/Makefile +++ b/linux_module/Makefile @@ -36,6 +36,8 @@ 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