Skip to content

Commit eabc8bc

Browse files
committed
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 <[email protected]>
1 parent c473a8d commit eabc8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kbuild/makefiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ is not sufficient this sometimes needs to be explicit.
765765
Example::
766766

767767
#arch/x86/boot/Makefile
768-
subdir- := compressed/
768+
subdir- := compressed
769769

770770
The above assignment instructs kbuild to descend down in the
771771
directory compressed/ when "make clean" is executed.

0 commit comments

Comments
 (0)