]> git.baikalelectronics.ru Git - kernel.git/commit
gen_compile_commands: lower the entry count threshold
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 27 Jul 2019 03:01:10 +0000 (12:01 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 27 Jul 2019 03:18:19 +0000 (12:18 +0900)
commita477a8acbd3f1a2850bb043e07a4ec0cff6007ed
tree674e1d81a6a7579a6dfd4bb08aedc40c99b289f4
parentca7eecd206f4bf7eb7e2e79fa78e8834695e0862
gen_compile_commands: lower the entry count threshold

Running gen_compile_commands.py after building the kernel with
allnoconfig gave this:

$ ./scripts/gen_compile_commands.py
WARNING: Found 449 entries. Have you compiled the kernel?

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/gen_compile_commands.py