blob: 80c60733e8c782b32dead40d70b7c84fa4416df0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
###
# scripts contains sources for various helper programs used throughout
# the kernel for the build process.
# ---------------------------------------------------------------------------
hostprogs-y += usage
always := $(hostprogs-y)
# Let clean descend into subdirs
subdir- += basic kconfig
|