summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.debug
Commit message (Collapse)AuthorAgeFilesLines
* kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugMasahiro Yamada2021-10-241-0/+33
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>