···66# pnmttologo: Convert pnm files to logo files77# conmakehash: Create chartable88# conmakehash: Create arrays for initializing the kernel console tables99+# docproc: Used in Documentation/DocBook9101011hostprogs-$(CONFIG_KALLSYMS) += kallsyms1112hostprogs-$(CONFIG_LOGO) += pnmtologo···1716always := $(hostprogs-y) $(hostprogs-m)18171918# The following hostprogs-y programs are only build on demand2020-hostprogs-y += unifdef1919+hostprogs-y += unifdef docproc21202222-# This target is used internally to avoid "is up to date" messages2121+# These targets are used internally to avoid "is up to date" messages2322PHONY += build_unifdef2423build_unifdef: scripts/unifdef FORCE2424+ @:2525+build_docproc: scripts/docproc FORCE2526 @:26272728subdir-$(CONFIG_MODVERSIONS) += genksyms
···77# .config is included by main Makefile.88# ---------------------------------------------------------------------------99# fixdep: Used to generate dependency information during build process1010-# docproc: Used in Documentation/DocBook11101212-hostprogs-y := fixdep docproc1111+hostprogs-y := fixdep1312always := $(hostprogs-y)14131514# fixdep is needed to compile other host programs