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.


removed ugly module support
[palacios.git] / modules / v3_mods / i386 / Kconfig
diff --git a/modules/v3_mods/i386/Kconfig b/modules/v3_mods/i386/Kconfig
deleted file mode 100644 (file)
index 28ed4da..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-config LINUX_KERN_MODS
-       bool "Include Linux kernel modules"
-       depends on SYMMOD
-
-if LINUX_KERN_MODS 
-
-config LINUX_TEST_MODULE
-       bool "Linux test module"
-       default y if SYMMOD
-       depends on SYMMOD
-       help 
-           This is a simple test linux kernel module
-
-
-       
-
-endif