[PATCH] scripts: Delete non-barebox content from scripts/.
Robert P. J. Day
rpjday at crashcourse.ca
Mon Dec 21 05:19:06 EST 2009
Remove scripts/ content having nothing to do with barebox:
- pnmtologo
- conmakehash
- unifdef
- genksyms
---
if there's anything else that can be added to this patch (that is,
scripts/ content that can be tossed), i can resubmit a more complete
patch. otherwise, might as well just apply as is.
diff --git a/scripts/Makefile b/scripts/Makefile
index a6829c5..c22a8b6 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
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
More information about the barebox
mailing list