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 kitten from the palacios tree,
[palacios.releases.git] / kitten / scripts / Makefile
diff --git a/kitten/scripts/Makefile b/kitten/scripts/Makefile
deleted file mode 100644 (file)
index dc5d53c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-###
-# scripts contains sources for various helper programs used throughout
-# the kernel for the build process.
-# ---------------------------------------------------------------------------
-# kallsyms:      Find all symbols in vmlinux
-# pnmttologo:    Convert pnm files to logo files
-# conmakehash:   Create chartable
-# conmakehash:  Create arrays for initializing the kernel console tables
-
-hostprogs-$(CONFIG_KALLSYMS)     += kallsyms
-hostprogs-$(CONFIG_LOGO)         += pnmtologo
-hostprogs-$(CONFIG_VT)           += conmakehash
-hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash
-hostprogs-$(CONFIG_IKCONFIG)     += bin2c
-
-always         := $(hostprogs-y)
-
-#subdir-$(CONFIG_MODVERSIONS) += genksyms
-#subdir-$(CONFIG_MODULES)     += mod
-
-# Let clean descend into subdirs
-subdir-        += basic kconfig