summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
blob: c22a8b6e85c0f952c4c8dc8d8f265e9375ba70d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###
# 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

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