commit | 515f4c633daee7654a199deed3e1939c7933ae2c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 08 18:56:24 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 14 02:39:12 2019 +0900 |
tree | 3fd09e8b3b1b06e225f9b6ed3dccbb6741237b1d | |
parent | 7e548e9a54bf4ca420f1874e4a602cafe0ed7671 [diff] |
kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddeb I think is_enabled() and if_enable_echo() in scripts/package/mkdebian are useful. builddeb also has many repetitive greps over the kernel config, so I borrowed the idea to clean it up. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>