diff options
Diffstat (limited to 'scripts/Kbuild')
-rw-r--r-- | scripts/Kbuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/Kbuild b/scripts/Kbuild new file mode 100644 index 000000000..80c60733e --- /dev/null +++ b/scripts/Kbuild @@ -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 |