X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Fscripts%2FMakefile;fp=kitten%2Fscripts%2FMakefile;h=0000000000000000000000000000000000000000;hb=80d6ccd14cca51eec611cc96cf1e39c7a9c98421;hp=dc5d53ce74863f2d060bb082c22a3953080d05db;hpb=e5d7715c14a23e72d742d402d4e4cdf97ffab697;p=palacios.releases.git diff --git a/kitten/scripts/Makefile b/kitten/scripts/Makefile deleted file mode 100644 index dc5d53c..0000000 --- a/kitten/scripts/Makefile +++ /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