Doxygen's main page added
[barebox-mini2440.git] / scripts / Makefile
blobcb08458ff968b5f24e6dd253c64aa9cfd11f3e24
1 ###
2 # scripts contains sources for various helper programs used throughout
3 # the kernel for the build process.
4 # ---------------------------------------------------------------------------
5 # kallsyms: Find all symbols in uboot
6 # pnmttologo: Convert pnm files to logo files
7 # conmakehash: Create chartable
8 # conmakehash: Create arrays for initializing the kernel console tables
10 hostprogs-$(CONFIG_KALLSYMS) += kallsyms
11 hostprogs-$(CONFIG_LOGO) += pnmtologo
12 hostprogs-$(CONFIG_VT) += conmakehash
13 hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash
14 hostprogs-y += bin2c
15 hostprogs-y += mkimage
16 hostprogs-y += ubootenv
17 hostprogs-$(CONFIG_ARCH_NETX) += gen_netx_image
19 always := $(hostprogs-y) $(hostprogs-m)
21 # The following hostprogs-y programs are only build on demand
22 hostprogs-y += unifdef
24 #subdir-$(CONFIG_MODVERSIONS) += genksyms
25 subdir-y += mod
27 # Let clean descend into subdirs
28 subdir- += basic kconfig