arm-trusted-firmware/make_helpers
Masahiro Yamada be4cd40e8b 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>
2017-05-23 23:57:49 +09:00
..
tbbr Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
build_env.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
build_macros.mk Build: fix assert_boolean implementation 2017-05-23 23:57:49 +09:00
cygwin.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
defaults.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
msys.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
plat_helpers.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
unix.mk Merge pull request #926 from EvanLloyd/win_make_4 2017-05-08 23:32:52 +01:00
windows.mk Merge pull request #926 from EvanLloyd/win_make_4 2017-05-08 23:32:52 +01:00