#### 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 tableshostprogs-$(CONFIG_KALLSYMS)+= kallsymshostprogs-$(CONFIG_LOGO)+= pnmtologohostprogs-$(CONFIG_VT)+= conmakehashhostprogs-$(CONFIG_PROM_CONSOLE)+= conmakehashhostprogs-$(CONFIG_IKCONFIG)+= bin2calways:=$(hostprogs-y)subdir-$(CONFIG_MODVERSIONS)+= genksymssubdir-$(CONFIG_MODULES)+= mod# Let clean descend into subdirs