summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
blob: be8e3e056e55410bb3ad5bed217a5602f101b3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###
# scripts contains sources for various helper programs used throughout
# the kernel for the build process.
# ---------------------------------------------------------------------------
# kallsyms:      Find all symbols in barebox

hostprogs-$(CONFIG_KALLSYMS)     += kallsyms
hostprogs-y                      += bin2c
hostprogs-y                      += mkimage
hostprogs-y                      += bareboxenv
hostprogs-$(CONFIG_ARCH_NETX)    += gen_netx_image

always		:= $(hostprogs-y) $(hostprogs-m)

subdir-y                     += mod

subdir-$(CONFIG_X86)             += setupmbr

# Let clean descend into subdirs
subdir-	+= basic kconfig setupmbr