summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:13 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:13 +0200
commitc56078afcc581ab9f3f564702cdbe07ea352c6a7 (patch)
tree4fe5d175660a263b7a1d66810496ada2a646bbab /scripts/Makefile
parent88271e5177476a45e7749e29a708c15234b55383 (diff)
downloadbarebox-c56078afcc581ab9f3f564702cdbe07ea352c6a7.tar.gz
barebox-c56078afcc581ab9f3f564702cdbe07ea352c6a7.tar.xz
svn_rev_008
add missing Kconfig
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
new file mode 100644
index 0000000000..6c47c8cce6
--- /dev/null
+++ b/scripts/Makefile
@@ -0,0 +1,25 @@
+###
+# 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) $(hostprogs-m)
+
+# The following hostprogs-y programs are only build on demand
+hostprogs-y += unifdef
+
+#subdir-$(CONFIG_MODVERSIONS) += genksyms
+#subdir-y += mod
+
+# Let clean descend into subdirs
+subdir- += basic kconfig