/openbmc/linux/scripts/ |
H A D | Makefile.dtbinst | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile.asm-generic | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile.clean | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile.modinst | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile.headersinst | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile.modpost | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
H A D | Makefile.build | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|
/openbmc/linux/ |
H A D | Makefile | 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba Sun Feb 28 00:10:26 CST 2021 Masahiro Yamada <masahiroy@kernel.org> kbuild: prefix $(srctree)/ to some included Makefiles
VPATH is used in Kbuild to make pattern rules search for prerequisites in both $(objtree) and $(srctree). Some of *.c, *.S files are not real sources, but generated by tools such as flex, bison, perl.
In contrast, I doubt the benefit of --include-dir=$(abs_srctree) because it is always clear which Makefiles are real sources, and which are not.
So, my hope is to add $(srctree)/ prefix to all check-in Makefiles, then remove --include-dir=$(abs_srctree) flag in the future.
I am touching only some Kbuild core parts for now. Treewide fixes will be needed to achieve this goal.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|