Skip to content

Commit 3625d7c

Browse files
VudentzAnas Nashif
authored andcommitted
net: common: Don't build ipss.c
ipss.c is not longer needed when using NET_APP since that has it built-in. Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 577fd5a commit 3625d7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/net/common/Makefile.common

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
# Common routines used in net samples
88

9-
ifeq ($(CONFIG_NET_L2_BT), y)
10-
ccflags-y += -I${ZEPHYR_BASE}/samples/bluetooth/
11-
obj-y += ../../../bluetooth/gatt/ipss.o
12-
endif
13-
149
ifeq ($(CONFIG_NET_L2_IEEE802154), y)
1510
ifeq ($(CONFIG_NET_APP_SETTINGS), y)
1611
ccflags-y += -I${ZEPHYR_BASE}/samples/net/common/

0 commit comments

Comments
 (0)