X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=scripts%2FMakefile;h=035182e16afb732d40b05c5a55df4ac79e6d2a96;hb=355423d0849f4506bc71ab2738d38cb74429aaef;hp=aafdf064feefdf49bc98d66c72199907e30ca921;hpb=be3bfbba8f7f6c8f32e8444ef895433701a3f801;p=cascardo%2Flinux.git diff --git a/scripts/Makefile b/scripts/Makefile index aafdf064feef..035182e16afb 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -2,11 +2,12 @@ # scripts contains sources for various helper programs used throughout # the kernel for the build process. # --------------------------------------------------------------------------- +# ihex2fw: Parser/loader for IHEX formatted data # 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-y := ihex2fw hostprogs-$(CONFIG_KALLSYMS) += kallsyms hostprogs-$(CONFIG_LOGO) += pnmtologo hostprogs-$(CONFIG_VT) += conmakehash