summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2009-12-21 05:19:06 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-21 11:46:31 +0100
commit65f2ebfb733642cb8b3708a3bf0d51d1a34cd39c (patch)
tree0d135e8d1da507349960c36affd184198694e886 /scripts
parent94f8b42c4fc8ec118ea1a21f3a7e38785e85d332 (diff)
downloadbarebox-65f2ebfb733642cb8b3708a3bf0d51d1a34cd39c.tar.gz
barebox-65f2ebfb733642cb8b3708a3bf0d51d1a34cd39c.tar.xz
scripts: Delete non-barebox content from scripts/.
Remove scripts/ content having nothing to do with barebox: - pnmtologo - conmakehash - unifdef - genksyms Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index a6829c56be..c22a8b6e85 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -3,14 +3,8 @@
# the kernel for the build process.
# ---------------------------------------------------------------------------
# kallsyms: Find all symbols in barebox
-# 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-y += bin2c
hostprogs-y += mkimage
hostprogs-y += bareboxenv
@@ -18,10 +12,6 @@ hostprogs-$(CONFIG_ARCH_NETX) += gen_netx_image
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