build system overhaul
This commit is contained in:
11
scripts/Kbuild
Normal file
11
scripts/Kbuild
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user