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:
parent
46e93f67a6
commit
0bad35de45
48 changed files with 166 additions and 165 deletions
|
@ -11,7 +11,7 @@ target_sources(app
|
|||
)
|
||||
|
||||
set(includes
|
||||
"$ENV{ZEPHYR_BASE}/subsys/net/lib/lwm2m/"
|
||||
"${ZEPHYR_BASE}/subsys/net/lib/lwm2m/"
|
||||
"src/"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue