Build: rip off unneeded $(eval ...) from buid macros
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Jan 2018 02:42:01 +0000 (11:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 1 Feb 2018 11:20:03 +0000 (20:20 +0900)
commit945b316fa8c562d9f4cb01821fe20fd49dbf9ea3
tree3f791b143e576c04cd0a78c2ec9c4a9ee7046028
parent1dc0714f10e195fe5fe5aed1f12a0a79f4fc0135
Build: rip off unneeded $(eval ...) from buid macros

The callers of these macros are supposed to use $(eval $(call, ...)).
The $(eval ...) on the callee side is unneeded.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
make_helpers/build_macros.mk