commit | 5a11af3ce2707c22a41ea5a989e19c687c921cd3 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Feb 03 14:10:43 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Feb 04 10:05:47 2021 -0500 |
tree | 18a41dc10d9f582fae2adf7f9ed62bc4fee7a2e4 | |
parent | bb739b13ee672c4e5302cbb0946e5ffd421f7fe8 [diff] |
cmake: dts: Fix passing multiple EXTRA_DTC_FLAGS to gen_defines.py Since EXTRA_DTC_FLAGS will be ';' seperated if we pass that as is if there are multiple items in the list we'll get an error. Sanitize EXTRA_DTC_FLAGS by replacing ';' with ' ' before we call gen_defines.py Signed-off-by: Kumar Gala <kumar.gala@linaro.org>