X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FMakefile;h=24d68c3fdb9ceb4c5ca99743d4173f4afc19af18;hb=619005a21a476c0ead5e3b1ae4e483d844c3237e;hp=abf382a3cbfa335fa58c6a14582fa25b0e51da2c;hpb=382829fe58cb541af371547325c5502e37032ecd;p=palacios.releases.git diff --git a/palacios/src/extensions/Makefile b/palacios/src/extensions/Makefile index abf382a..24d68c3 100644 --- a/palacios/src/extensions/Makefile +++ b/palacios/src/extensions/Makefile @@ -4,4 +4,4 @@ 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_VMWARE) += ext_vmware.o