From cc0bcd3d6864ef8e83344d764b9ea6941f9594c7 Mon Sep 17 00:00:00 2001 From: Piotr Szkotak Date: Thu, 10 Jan 2019 00:49:47 +0100 Subject: [PATCH] [nrf52840] do not include libjlinkrtt in the SDK version of OT libs (#3445) Signed-off-by: Szkotak, Piotr --- examples/platforms/nrf52840/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/platforms/nrf52840/Makefile.am b/examples/platforms/nrf52840/Makefile.am index 0cb31eb1e..5ce3a3ad9 100644 --- a/examples/platforms/nrf52840/Makefile.am +++ b/examples/platforms/nrf52840/Makefile.am @@ -394,11 +394,8 @@ libopenthread_nrf52840_a_LIBADD $(shell find $(top_builddir)/third_party/jlink/SEGGER_RTT_V640/RTT $(Dash)type f $(Dash)name "*.o") libopenthread_nrf52840_sdk_a_LIBADD = \ - $(shell find $(top_builddir)/examples/platforms/utils $(Dash)type f $(Dash)name "*.o") \ - $(shell find $(top_builddir)/third_party/jlink/SEGGER_RTT_V640/RTT $(Dash)type f $(Dash)name "*.o") + $(shell find $(top_builddir)/examples/platforms/utils $(Dash)type f $(Dash)name "*.o") libopenthread_nrf52840_softdevice_sdk_a_LIBADD = \ - $(shell find $(top_builddir)/examples/platforms/utils $(Dash)type f $(Dash)name "*.o") \ - $(shell find $(top_builddir)/third_party/jlink/SEGGER_RTT_V640/RTT $(Dash)type f $(Dash)name "*.o") - + $(shell find $(top_builddir)/examples/platforms/utils $(Dash)type f $(Dash)name "*.o") include $(abs_top_nlbuild_autotools_dir)/automake/post.am