mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
12 lines
296 B
Makefile
12 lines
296 B
Makefile
###
|
|
# 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
|