From 1b27a074a7855ae6fde5641f3354c6d75d16ba2a Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 11 Sep 2020 16:49:49 +0200 Subject: [PATCH] example/Makefile.inc: allow to drop classic objects from Makefile build --- example/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/Makefile.inc b/example/Makefile.inc index 1c623fe9a..742025466 100644 --- a/example/Makefile.inc +++ b/example/Makefile.inc @@ -62,7 +62,7 @@ COMMON += \ uECC.c \ sm.c \ -CLASSIC += \ +CLASSIC ?= \ sdp_util.c \ gatt_sdp.c \ spp_server.c \ @@ -233,7 +233,6 @@ EXAMPLES_LE_ONLY= \ nordic_spp_le_streamer \ sm_pairing_central \ sm_pairing_peripheral \ - spp_and_gatt_counter \ ublox_spp_le_counter \ # List of Examples that use Bluetooth BR/EDR/LE = Dual Mode