]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
gen_compile_commands: fix missing 'sys' package
authorKortan <kortanzh@gmail.com>
Wed, 8 Sep 2021 03:28:48 +0000 (11:28 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 19 Sep 2021 01:13:03 +0000 (10:13 +0900)
commitec783c7cb2495c5a3b8ca10db8056d43c528f940
tree27fd3a1267310517702638f2502e671ee0da44f6
parentaa0f5ea12e477b2940a57fcda4908627e0beed0f
gen_compile_commands: fix missing 'sys' package

We need to import the 'sys' package since the script has called
sys.exit() method.

Fixes: 6ad7cbc01527 ("Makefile: Add clang-tidy and static analyzer support to makefile")
Signed-off-by: Kortan <kortanzh@gmail.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/clang-tools/gen_compile_commands.py