Skip to content
Commit ecbd10d9 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent d151e971
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment