Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Add guarded module infrastructure
[palacios.git] / linux_module / Makefile
index a7eeb53..d45c494 100644 (file)
@@ -44,6 +44,7 @@ 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-$(V3_CONFIG_EXT_GUARD_MODULES) += iface-guard-mods.o
 
 
 v3vee-$(V3_CONFIG_HOST_PCI) += iface-host-pci.o