diff options
Diffstat (limited to 'scripts/Kbuild.src')
-rw-r--r-- | scripts/Kbuild.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/Kbuild.src b/scripts/Kbuild.src new file mode 100644 index 0000000..83b4232 --- /dev/null +++ b/scripts/Kbuild.src @@ -0,0 +1,7 @@ +### +# scripts contains sources for various helper programs used throughout +# the kernel for the build process. +# --------------------------------------------------------------------------- + +# Let clean descend into subdirs +subdir- += basic kconfig |