X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FMakefile;h=1c666589fa73ae819c0136f6fb43f5e1bd277eed;hb=e26f7efb461ea8fba7eb0fd14809618c22dd475b;hp=7f4b5cb5e4358bb1b4575ca38b8848eb54de1b17;hpb=df510a069624b48dda1ad66368954f028757b1bc;p=palacios.git diff --git a/palacios/src/extensions/Makefile b/palacios/src/extensions/Makefile index 7f4b5cb..1c66658 100644 --- a/palacios/src/extensions/Makefile +++ b/palacios/src/extensions/Makefile @@ -6,3 +6,4 @@ obj-$(V3_CONFIG_EXT_INSPECTOR) += ext_inspector.o obj-$(V3_CONFIG_EXT_MACH_CHECK) += ext_mcheck.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