kbuild: deb-pkg: add CONFIG_ prefix to kernel config options
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 8 Mar 2019 09:56:23 +0000 (18:56 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 13 Mar 2019 17:39:12 +0000 (02:39 +0900)
commit7e548e9a54bf4ca420f1874e4a602cafe0ed7671
tree2918816fedd0a6726ed2e003ea879ecad0ba0bd4
parent2b50f7ab63685cd247e32ad321f7338ed130d3d5
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>
scripts/package/mkdebian