]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove trailing slash from devicetree/binding/ for descending
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 26 Feb 2020 17:53:25 +0000 (02:53 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 3 Mar 2020 11:49:21 +0000 (20:49 +0900)
commit38fbfbe2ce2beaa1bd5ce32e76125d3a7f14a438
tree87d9e155cf974534b5fd57f6241727face6e3e73
parent7993a6cff667fe6d537e7b7cc7417379d68186a5
kbuild: remove trailing slash from devicetree/binding/ for descending

obj-* needs a trailing slash for a directory, but subdir-* does not
because it already implies a directory.

Also, change subdir-y to subdir- to ensure this is effective only
for cleaning targets.

This makes the cleaning log consistent. (no trailing slash)

Before:

  $ make clean
  CLEAN   Documentation/devicetree/bindings/

After:

  $ make clean
  CLEAN   Documentation/devicetree/bindings

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/Makefile