Commit eabc8bcb authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: get rid of trailing slash from subdir- example



obj-* needs a trailing slash for a directory, but subdir-* does not.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent c473a8d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.