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.


rename fix
[palacios.git] / linux_module / Makefile
index 86d16a4..137674c 100644 (file)
@@ -9,7 +9,7 @@ endif
 EXTRA_CFLAGS  += -I$(PWD)/../palacios/include/ -include autoconf.h -DMODULE=1 -D__KERNEL__=1
 
 
-v3vee-y :=     os_stubs.o \
+v3vee-y :=     palacios-stubs.o \
                main.o \
                vm.o \
                mm.o \