Home
last modified time | relevance | path

Searched hist:"39 ef71af4bdb15fa0ae3d5c1c629c2058d896637" (Results 1 – 1 of 1) sorted by relevance

/optee_os/mk/
H A Dconfig.mk39ef71af4bdb15fa0ae3d5c1c629c2058d896637 Fri Sep 03 09:25:52 UTC 2021 Etienne Carriere <etienne.carriere@linaro.org> mk: fix test on gprof and shared libs configuration for TAs

Change test for when both CFG_TA_GPROF_SUPPORT and CFG_ULIBS_SHARED
are enabled to be more strict on switches expected value. This change
better handles cases where, for examples, CFG_GENERATE_DTB_OVERLAY
is not defined and is malformed CFG_EXTERNAL_DTB_OVERLAY=yy. In such
case we expect both switch to be disabled and build should not fail
with error message:
"CFG_EXTERNAL_DTB_OVERLAY and CFG_GENERATE_DTB_OVERLAY are exclusive"

Reported-by: Clement Leger <clement.leger@bootlin.com>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jerome Forissier <jerome@forissier.org>