]> asedeno.scripts.mit.edu Git - linux.git/commit
kbuild: remove 'make /' support
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 10 Aug 2019 15:53:00 +0000 (00:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 14 Aug 2019 17:25:11 +0000 (02:25 +0900)
commitd4945049ad668f7472df50aaea98c7fea262e6d4
tree4cf732420a013e2412ef9be7d09d80f338ed498e
parentc2290f3286b6d1f2058b905cc954243c6027c37a
kbuild: remove 'make /' support

'make /' is just an alias for 'make ./'; this builds all objects of an
external module, but skips the modpost stage.

I am not a big fan of 'make /' since it looks as if it were touching
the root directory of the system. I like 'make ./' better.

I do not know how many people are using it, but let's show a hint if
it is used. Also, move it close to the external module rules since
this only makes sense for external modules.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile