Searched hist:"57 fd251c789647552d32d2fc51bedd4f90d70f9f" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/ |
H A D | Makefile.compiler | 57fd251c789647552d32d2fc51bedd4f90d70f9f Sun Feb 28 00:10:27 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: split cc-option and friends to scripts/Makefile.compiler
scripts/Kbuild.include is included everywhere, but macros such as cc-option are needed by build targets only.
For example, when 'make clean' traverses the tree, it does not need to evaluate $(call cc-option,).
Split cc-option, ld-option, etc. to scripts/Makefile.compiler, which is only included from the top Makefile and scripts/Makefile.build.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Kbuild.include | 57fd251c789647552d32d2fc51bedd4f90d70f9f Sun Feb 28 00:10:27 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: split cc-option and friends to scripts/Makefile.compiler
scripts/Kbuild.include is included everywhere, but macros such as cc-option are needed by build targets only.
For example, when 'make clean' traverses the tree, it does not need to evaluate $(call cc-option,).
Split cc-option, ld-option, etc. to scripts/Makefile.compiler, which is only included from the top Makefile and scripts/Makefile.build.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile.build | 57fd251c789647552d32d2fc51bedd4f90d70f9f Sun Feb 28 00:10:27 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: split cc-option and friends to scripts/Makefile.compiler
scripts/Kbuild.include is included everywhere, but macros such as cc-option are needed by build targets only.
For example, when 'make clean' traverses the tree, it does not need to evaluate $(call cc-option,).
Split cc-option, ld-option, etc. to scripts/Makefile.compiler, which is only included from the top Makefile and scripts/Makefile.build.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
/openbmc/linux/ |
H A D | Makefile | 57fd251c789647552d32d2fc51bedd4f90d70f9f Sun Feb 28 00:10:27 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: split cc-option and friends to scripts/Makefile.compiler
scripts/Kbuild.include is included everywhere, but macros such as cc-option are needed by build targets only.
For example, when 'make clean' traverses the tree, it does not need to evaluate $(call cc-option,).
Split cc-option, ld-option, etc. to scripts/Makefile.compiler, which is only included from the top Makefile and scripts/Makefile.build.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|