OSDN Git Service

kbuild: simplify rules of data compression with size appending
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 17 Jan 2019 10:02:41 +0000 (19:02 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Jan 2019 00:11:17 +0000 (09:11 +0900)
commitecbd10d90e9401563f1bcb768f42119c9cbfac91
treea2b4430ab142f4fb25e05db6f0d795c355d92c8a
parentd151e9719f184f00d0bb2af864d0aef9beaee7ab
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>
scripts/Makefile.lib