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 000000000..83b423253 --- /dev/null +++ b/scripts/Kbuild.src | |||
@@ -0,0 +1,7 @@ | |||
1 | ### | ||
2 | # scripts contains sources for various helper programs used throughout | ||
3 | # the kernel for the build process. | ||
4 | # --------------------------------------------------------------------------- | ||
5 | |||
6 | # Let clean descend into subdirs | ||
7 | subdir- += basic kconfig | ||