Home
last modified time | relevance | path

Searched hist:be4cd40e8b91cb7f90109fb254c5540d57b12b0a (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/make_helpers/
H A Dbuild_macros.mkbe4cd40e8b91cb7f90109fb254c5540d57b12b0a Tue May 23 14:45:01 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> Build: fix assert_boolean implementation

The current assert_boolean does not work with variables assigned with
'=' flavor instead of ':='.

For example,

FOO = $(BAR)
BAR := 1

Here, $(value FOO) is evaluated to $(BAR), not 1. This is not what
we expect. While I am here, I simplified the implementation.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>