samples and tests: Use non-environmental zephyr base variable

This drops using the environmental part when referencing ZEPHYR_BASE
as the environment value does not have to be set and, in most cases,
is no longer set at all.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-03-01 13:18:21 +00:00 committed by Carles Cufí
commit 0bad35de45
48 changed files with 166 additions and 165 deletions

View file

@ -11,7 +11,7 @@ target_sources(app
)
set(includes
"$ENV{ZEPHYR_BASE}/subsys/net/lib/lwm2m/"
"${ZEPHYR_BASE}/subsys/net/lib/lwm2m/"
"src/"
)