Home
last modified time | relevance | path

Searched hist:"7 e548e9a54bf4ca420f1874e4a602cafe0ed7671" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/package/
H A Dmkdebiandiff 7e548e9a54bf4ca420f1874e4a602cafe0ed7671 Fri Mar 08 10:56:23 CET 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>