Files
android_kernel_fxtec_sm6115/scripts
Masahiro Yamada 6f623b41ee UPSTREAM: kbuild: remove 'addtree' and 'flags' magic for header search paths
The 'addtree' and 'flags' in scripts/Kbuild.include are so compilecated
and ugly.

As I mentioned in [1], Kbuild should stop automatic prefixing of header
search path options.

I fixed up (almost) all Makefiles in the kernel. Now 'addtree' and
'flags' have been removed.

Kbuild still caters to add $(srctree)/$(src) and $(objtree)/$(obj)
to the header search path for O= building, but never touches extra
compiler options from ccflags-y etc.

[1]: https://patchwork.kernel.org/patch/9632347/

Change-Id: Ia40dbf252a7255f065eb0e92f75c32ca06f02e97
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2026-04-20 23:15:56 -04:00
..
2021-06-23 12:22:01 -07:00
2021-05-22 10:59:50 +02:00