blob: 4fc38badde7936ee3ac82f9d13bdc449f99472dc [file] [log] [blame]
ccflags-y += -I${ZEPHYR_BASE}/subsys/net/ip
ifeq ($(CONFIG_NET_TESTING), y)
ccflags-y +=-I${ZEPHYR_BASE}/samples/net/common/
ccflags-y +=-DNET_TESTING_SERVER=1
endif
ccflags-$(CONFIG_NET_L2_BLUETOOTH) += -I${ZEPHYR_BASE}/samples/bluetooth/
obj-y = leds-demo.o
ifeq ($(CONFIG_NET_L2_BLUETOOTH), y)
obj-y += ../../../bluetooth/gatt/ipss.o
endif