projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c473a8d
)
kbuild: get rid of trailing slash from subdir- example
author
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 26 Feb 2020 17:44:58 +0000
(
02:44
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Thu, 27 Feb 2020 01:03:27 +0000
(10:03 +0900)
obj-* needs a trailing slash for a directory, but subdir-* does not.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/makefiles.rst
patch
|
blob
|
history
diff --git
a/Documentation/kbuild/makefiles.rst
b/Documentation/kbuild/makefiles.rst
index 4018ad7c7a111c0053ea58f62493130b4737ecdf..6bc126a14b3d24cc9ba7f24a0975caecb1470153 100644
(file)
--- 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
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.
The above assignment instructs kbuild to descend down in the
directory compressed/ when "make clean" is executed.