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.


ported socket interface to extension framework
[palacios.git] / linux_module / Makefile
index b3bd558..e3cb52a 100644 (file)
@@ -14,8 +14,9 @@ v3vee-objs :=         palacios.o \
                palacios-vm.o \
                palacios-mm.o \
                palacios-queue.o \
-               palacios-hashtable.o
-
+               palacios-hashtable.o \
+               linux-exts.o
+       
 ifdef V3_CONFIG_CONSOLE
        v3vee-objs +=   palacios-console.o
 endif