X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FMakefile;h=a5e3e15a4a09a9dfd2591bcce7b481845a076169;hb=cdabc7716ebea5e44f2e30557cf18a2a80e564c8;hp=abf382a3cbfa335fa58c6a14582fa25b0e51da2c;hpb=382829fe58cb541af371547325c5502e37032ecd;p=palacios-OLD.git diff --git a/palacios/src/extensions/Makefile b/palacios/src/extensions/Makefile index abf382a..a5e3e15 100644 --- a/palacios/src/extensions/Makefile +++ b/palacios/src/extensions/Makefile @@ -4,4 +4,6 @@ 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_SYSCALL_HIJACK) += ext_syscall_hijack.o