Home
last modified time | relevance | path

Searched hist:"121 c2a137767df5f9f301795e7d3757d1af04b21" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile121c2a137767df5f9f301795e7d3757d1af04b21 Sun May 10 22:50:13 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> kbuild: error out if targets prefixed with '__' are directly run

Some targets are internal-use only.

It is tedious to care about "what if __build_one_by_one is contained
in $(MAKECMDGOALS)?" etc.

Prefix internal targets with double underscores. Stop parsing Makefile
if they are directly run.

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