commit | ecbd10d90e9401563f1bcb768f42119c9cbfac91 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 17 19:02:41 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jan 28 09:11:17 2019 +0900 |
tree | a2b4430ab142f4fb25e05db6f0d795c355d92c8a | |
parent | d151e9719f184f00d0bb2af864d0aef9beaee7ab [diff] |
kbuild: simplify rules of data compression with size appending All the callers of size_append pass $(filter-out FORCE,$^). Move $(filter-out FORCE,$^) to the definition of size_append. This makes the callers cleaner because $(call ...) is unneeded for a macro with no argument. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>