OSDN Git Service

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)
commita1af8d71f0e4c6c23eb809de559150bbff296f4d
tree87d9e155cf974534b5fd57f6241727face6e3e73
parent3f9070a67a94a2765e99adf0913c30b683a1b840
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