aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-02-27 02:44:58 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-02-27 10:03:27 +0900
commiteabc8bcb292fb9a5757b0c8ab7751f41b0a104f8 (patch)
tree20223c54b76b12fbef5149e5adc125dc8279ff3f /Documentation
parentkbuild: add dt_binding_check to PHONY in a correct place (diff)
downloadwireguard-linux-eabc8bcb292fb9a5757b0c8ab7751f41b0a104f8.tar.xz
wireguard-linux-eabc8bcb292fb9a5757b0c8ab7751f41b0a104f8.zip
kbuild: get rid of trailing slash from subdir- example
obj-* needs a trailing slash for a directory, but subdir-* does not. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/makefiles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index 4018ad7c7a11..6bc126a14b3d 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -765,7 +765,7 @@ is not sufficient this sometimes needs to be explicit.
Example::
#arch/x86/boot/Makefile
- subdir- := compressed/
+ subdir- := compressed
The above assignment instructs kbuild to descend down in the
directory compressed/ when "make clean" is executed.