Commit c610296
committed
Fix DTB conditional build regression
Only build DTB when ENABLE_SYSTEM=1 and ENABLE_ELF_LOADER=0, resolving
DTC syntax errors that occur when building with ELF loader mode enabled,
as CFLAGS_dt macros are only defined in kernel emulation mode.
The DTB is only needed for Linux kernel emulation, not for ELF loader
mode which loads bare-metal programs directly.1 parent caae282 commit c610296
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
315 | 322 | | |
316 | 323 | | |
317 | 324 | | |
| |||
0 commit comments