Commit 40433c8
committed
modules/trusted-firmware-m: Yet another work-around for SDK 0.18 dir change
SDK 0.18 adds a gratuitous subdirectory for gnu toolchains. To retain
compatibility with older toolchains (which otherwise work fine), switch
from using ${ZEPHYR_SDK_INSTALL_DIR} to ${TOOLCHAIN_HOME}, which 0.17 sets
to ${ZEPHYR_SDK_INSTALL_DIR} and 0.18 sets to ${ZEPHYR_SDK_INSTALL_DIR}/gnu
Signed-off-by: Keith Packard <[email protected]>1 parent ccca6db commit 40433c8
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
| 222 | + | |
225 | 223 | | |
226 | 224 | | |
227 | | - | |
| 225 | + | |
228 | 226 | | |
229 | 227 | | |
230 | 228 | | |
| |||
0 commit comments