X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2FMakefile;h=98416cb6354b399bc3eb1ffa43f0a5f198b3fb1d;hb=4b9f54d875c87a0b06337fb64239278d6cfc02fa;hp=0c20052ddfb0e78e803439408e666d1d071972fa;hpb=639d38dc437f87b9eab6648074f7b3eb8800e5d7;p=palacios.releases.git diff --git a/linux_module/Makefile b/linux_module/Makefile index 0c20052..98416cb 100644 --- a/linux_module/Makefile +++ b/linux_module/Makefile @@ -37,6 +37,11 @@ v3vee-$(V3_CONFIG_VNET) += palacios-vnet.o \ palacios-vnet-ctrl.o \ palacios-vnet-brg.o +v3vee-$(V3_CONFIG_HOST_HYPERCALL) += iface-host-hypercall.o +v3vee-$(V3_CONFIG_EXT_CODE_INJECT) += iface-code-inject.o +v3vee-$(V3_CONFIG_EXT_ENV_INJECT) += iface-env-inject.o +v3vee-$(V3_CONFIG_EXT_SELECTIVE_SYSCALL_EXIT) += iface-syscall.o + v3vee-objs := $(v3vee-y) ../libv3vee.a obj-m := v3vee.o