zephyr/tests
Sebastian Bøe abbdd88683 cmake: Fix EXTRA_LDFLAGS feature
It is supported to add give extra flags to the linker from the
commandline like this:

cmake -DEXTRA_LDFLAGS=-Lmy_dir path

But unfortunately this was broken during the CMake
migration. Interestingly, the reason that it was broken is that KBuild
was also partially broken. KBuild would pass on EXTRA_LDFLAGS when
object files were linked together into built-in.o files, but it would
not use EXTRA_LDFLAGS for the final link into an elf file.

This patch fixes EXTRA_LDFLAGS.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2017-12-05 08:39:43 -05:00
..
application_development/gen_inc_file kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
benchmarks kernel: Remove deprecated k_mem_pool_defrag code 2017-11-28 15:23:22 -05:00
bluetooth Bluetooth: Mesh: Introduce option for Node ID timeout 2017-11-28 17:17:48 +02:00
booting/stub kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
compliance
crypto tests/crypto/mbedtls: Disabling this test for ESP32 2017-11-18 07:48:30 -05:00
drivers tests: Add i2s driver test 2017-11-30 10:30:33 -05:00
include tests: ztest: remove confusing tc_start() in ztest framework 2017-08-16 21:29:00 -04:00
kernel tests: kernel: x86 : App to validate x86 specific boot time page table 2017-12-05 08:12:45 -05:00
lib/json kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
net net/ieee802154: Make RAW mode generic 2017-11-22 10:10:09 -05:00
power kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
shell kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
subsys tests: subsys: dfu: mcuboot: fix return value not handling issue 2017-11-14 06:58:54 -05:00
unit cmake: Fix EXTRA_LDFLAGS feature 2017-12-05 08:39:43 -05:00
ztest kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig