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.


build fixes
[palacios.git] / linux_module / Makefile
index f20fb08..181df3c 100644 (file)
@@ -8,14 +8,15 @@ 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-debugfs.o
 
+
 ifdef CONFIG_PALACIOS_VNET
                v3vee-objs += palacios-vnet.o           
 endif