commit | ba97df45581f09a987ffa38444c33ed6a0a9479e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 03 10:16:54 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 06 10:22:35 2019 +0900 |
tree | 82ac6f321415ebfad378c249abb1779aeeb95c59 | |
parent | d6e4b3e326d8b44675b9e19534347d97073826aa [diff] |
kbuild: use assignment instead of define ... endef for filechk_* rules You do not have to use define ... endef for filechk_* rules. For simple cases, the use of assignment looks cleaner, IMHO. I updated the usage for scripts/Kbuild.include in case somebody misunderstands the 'define ... endif' is the requirement. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>