blob: 29070b76cc802dbf2d75cd2f7cd715bf8c5d2fca [file] [log] [blame]
ifeq ($(CONFIG_NET_TESTING), y)
ccflags-y +=-I${ZEPHYR_BASE}/samples/net/common/
ccflags-y +=-DNET_TESTING_SERVER=1
endif
obj-y = zoap-server.o
ifeq ($(CONFIG_NET_L2_BLUETOOTH), y)
ccflags-y += -I${ZEPHYR_BASE}/samples/bluetooth/
obj-y += ../../../bluetooth/gatt/ipss.o
endif