X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FMakefile;h=9ba073ca639246b8da3e3b70dba74daaf90c8a31;hb=894733a198529cfaf93f4f4b68b255906154ab56;hp=23651216b1760824878558459e32d093468f8d68;hpb=833883b8268075ac0685c3e920071b1718f414e3;p=palacios.releases.git diff --git a/palacios/src/extensions/Makefile b/palacios/src/extensions/Makefile index 2365121..9ba073c 100644 --- a/palacios/src/extensions/Makefile +++ b/palacios/src/extensions/Makefile @@ -4,5 +4,9 @@ obj-$(V3_CONFIG_EXT_VTSC) += ext_vtsc.o obj-$(V3_CONFIG_EXT_VTIME) += ext_vtime.o obj-$(V3_CONFIG_EXT_INSPECTOR) += ext_inspector.o obj-$(V3_CONFIG_EXT_MACH_CHECK) += ext_mcheck.o -obj-$(V3_CONFIG_EXT_SW_INTERRUPTS += ext_sw_intr.o +obj-$(V3_CONFIG_EXT_VMWARE) += ext_vmware.o +obj-$(V3_CONFIG_EXT_SCHED_EDF) += ext_sched_edf.o +obj-$(V3_CONFIG_EXT_CPU_MAPPER_EDF) += ext_cpu_mapper_edf.o +obj-$(V3_CONFIG_TM_FUNC) += ext_trans_mem.o \ + tm_util.o