commit | 7e548e9a54bf4ca420f1874e4a602cafe0ed7671 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 08 18:56:23 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 14 02:39:12 2019 +0900 |
tree | 2918816fedd0a6726ed2e003ea879ecad0ba0bd4 | |
parent | 2b50f7ab63685cd247e32ad321f7338ed130d3d5 [diff] |
kbuild: deb-pkg: add CONFIG_ prefix to kernel config options This might be a kind of bike-shed, but I personally prefer grep'able code. I often do 'git grep CONFIG_FOO' instead of 'git grep FOO' when I want to know where that CONFIG option is used. This makes code longer, but I hope this is acceptable level. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>