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
cortexm_common_ldscript: fix running test commands alone
When run alone, `make tests-rom-overflow` failed when it tried to compile
ELFFILE as it was using the overflowing FW_ROM_LEN.
In fact target specific variables are also use for prerequisites, except when
the target is already built by another rule before.
I used `BASELIBS` as it already the dependency for ELFFILE.
https://www.gnu.org/software/make/manual/make.html#Target_002dspecific
0 commit comments