Skip to content
Commit a1af8d71 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 3f9070a6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment