You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DTB dependency was inside the 'ifeq CC_IS_EMCC' block, which meant
it was only added when building with emcc. However, mk/system.mk uses
'deps_emcc' for device object files regardless of the compiler.
The fix moves the DTB dependency setup outside the CC_IS_EMCC block
so it is always added when SYSTEM=1 and ELF_LOADER=0, regardless of
the compiler being used.
0 commit comments