separate PST for RWs

This commit is contained in:
2022-05-05 02:00:56 +02:00
parent 95a634ea7f
commit 28c9e33d1c
7 changed files with 54 additions and 34 deletions

View File

@ -20,7 +20,7 @@ else
cfg_script_name="${EIVE_OBSW_ROOT}/cmake/scripts/${cfg_script_name}"
fi
if [[ -z "${EIVE_Q7S_EM}" ]]; then
if [[ ! -z "${EIVE_Q7S_EM}" ]]; then
build_defs="EIVE_Q7S_EM=ON"
fi