]> git.ipfire.org Git - thirdparty/linux.git/commit - Makefile
kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debug
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 Oct 2021 03:25:03 +0000 (12:25 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 24 Oct 2021 04:48:33 +0000 (13:48 +0900)
commit6947fd96ae9bbe8c8c473a2199fd3edfd8b9f8c8
tree879c210b87488bcaa4fbfed786c7f78f90af0782
parent3510c5cf4276c3d7bafeb20eae64f1a7a6da8fdf
kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debug

To slim down the top Makefile, split out the code block surrounded by
ifdef CONFIG_DEBUG_INFO ... endif.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesauniers@google.com>
Reviewed-by: Sedat Dilek <sedat.dilek@gmail.com>
Makefile
scripts/Makefile.debug [new file with mode: 0644]