macb: introduce HAS_MACB configuration
[barebox-mini2440.git] / scripts / Makefile
blobbe8e3e056e55410bb3ad5bed217a5602f101b3a1
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 barebox
7 hostprogs-$(CONFIG_KALLSYMS) += kallsyms
8 hostprogs-y += bin2c
9 hostprogs-y += mkimage
10 hostprogs-y += bareboxenv
11 hostprogs-$(CONFIG_ARCH_NETX) += gen_netx_image
13 always := $(hostprogs-y) $(hostprogs-m)
15 subdir-y += mod
17 subdir-$(CONFIG_X86) += setupmbr
19 # Let clean descend into subdirs
20 subdir- += basic kconfig setupmbr