a562acb160
If a project needs to use some libraries at link stage, then the corresponding linker options (e.g. '-lm') have to be passed after any .o file depending on these libraries. Hence, LDFLAGS cannot be used to add such options when invoking $(LD) in Makefile.cc2538, or it should be moved to the correct location. Instead, this change adds TARGET_LIBFILES to the correct location, like most other Contiki targets. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> |
||
---|---|---|
.. | ||
6502 | ||
arm | ||
avr | ||
cc253x | ||
cc2430 | ||
cc2538 | ||
mc1322x | ||
msp430 | ||
native | ||
pic32 | ||
rl78 | ||
stm32w108 | ||
x86 |