mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
11 lines
296 B
Makefile
11 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
|