X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FMakefile;h=ab31a136d2b1dca9c078787fc1cb839d8e20df02;hb=3ba2f5222dcea4ec984984f72455a172ec7707bd;hp=ac19202a239858e664fc0731bffa1d670cb54c59;hpb=87628fa5006de431238dbd6d3d56ccc703a54847;p=palacios.git diff --git a/palacios/src/extensions/Makefile b/palacios/src/extensions/Makefile index ac19202..ab31a13 100644 --- a/palacios/src/extensions/Makefile +++ b/palacios/src/extensions/Makefile @@ -1,5 +1,5 @@ obj-y += null.o -obj-$(CONFIG_EXT_MTRRS) += ext_mtrr.o -obj-$(CONFIG_EXT_VTSC) += ext_vtsc.o -obj-$(CONFIG_EXT_VTIME) += ext_vtime.o -obj-$(CONFIG_EXT_INSPECTOR) += ext_inspector.o +obj-$(V3_CONFIG_EXT_MTRRS) += ext_mtrr.o +obj-$(V3_CONFIG_EXT_VTSC) += ext_vtsc.o +obj-$(V3_CONFIG_EXT_VTIME) += ext_vtime.o +obj-$(V3_CONFIG_EXT_INSPECTOR) += ext_inspector.o