Skip to content
Snippets Groups Projects
Commit 6d3c94e4 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: turn '/' into an alias of './'


Commit 06300b21 ("kbuild: support building individual files for
external modules") introduced the '/' target. It works only for
external modules to build all .o files, but skip the modpost stage.

However, 'make /' looks a bit weird to me. 'make ./' is more sensible
if you want to build all objects under the current directory, and it
works as expected.

Let's change '/' into a phony target that is an alias of './', but
I may feel like deprecating it in the future.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 648ad9b1
No related branches found
No related tags found
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