Skip to content

Commit 1b27a07

Browse files
committed
example/Makefile.inc: allow to drop classic objects from Makefile build
1 parent b168aa1 commit 1b27a07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/Makefile.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ COMMON += \
6262
uECC.c \
6363
sm.c \
6464

65-
CLASSIC += \
65+
CLASSIC ?= \
6666
sdp_util.c \
6767
gatt_sdp.c \
6868
spp_server.c \
@@ -233,7 +233,6 @@ EXAMPLES_LE_ONLY= \
233233
nordic_spp_le_streamer \
234234
sm_pairing_central \
235235
sm_pairing_peripheral \
236-
spp_and_gatt_counter \
237236
ublox_spp_le_counter \
238237

239238
# List of Examples that use Bluetooth BR/EDR/LE = Dual Mode

0 commit comments

Comments
 (0)