]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 10 Sep 2020 13:44:28 +0000 (22:44 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 24 Sep 2020 15:36:49 +0000 (00:36 +0900)
commit9909b7681222299dcb6f3b0613c30a65498b6c72
treeb4f7f9ce56ef3dc3de96ee8204b8c3216af73bc6
parent6212804f2d78e86f15dba5b46a4065cbf1403cde
kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan

Since commit e0fe0bbe57b8 ("kbuild: include scripts/Makefile.* only
when relevant CONFIG is enabled"), this file is included only when
CONFIG_KASAN=y.

This ifdef is redundant.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Marco Elver <elver@google.com>
scripts/Makefile.kasan