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.


added extension framework with initial inspector extension
[palacios.git] / linux_module / Makefile
index 7b744cc..181df3c 100644 (file)
@@ -8,18 +8,20 @@ v3vee-objs:=  palacios.o \
                palacios-dev.o \
                palacios-vm.o \
                palacios-file.o \
-               palacios-stream.o \
                palacios-console.o \
                palacios-mm.o \
                palacios-serial.o \
+               palacios-stream.o \
                palacios-queue.o \
-               palacios-ringbuffer.o 
+               palacios-ringbuffer.o \
+               palacios-debugfs.o
+
 
 ifdef CONFIG_PALACIOS_VNET
                v3vee-objs += palacios-vnet.o           
 endif
 ifdef CONFIG_PALACIOS_PACKET
-               v3vee-objs += palacios-packet.o palacios-hashtable.o
+               v3vee-objs += palacios-packet.o
 endif
 ifdef CONFIG_PALACIOS_SOCKET
                v3vee-objs += palacios-socket.o