Newer
Older
barebox / scripts / Makefile
@Robert P. J. Day Robert P. J. Day on 21 Dec 2009 602 bytes scripts: Delete non-barebox content from scripts/.
###
# 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