$srctree for the application might not be set to be $ZEPHYR_BASE, use $ZEPHYR_BASE instead to be more explicit in the build. Change-Id: Iefa5ff59f246b584949329044f7a6531adc6ed62 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
6 lines
193 B
Makefile
6 lines
193 B
Makefile
ccflags-y +=-I$(ZEPHYR_BASE)/include/drivers
|
|
ccflags-y +=-I$(ZEPHYR_BASE)/samples/bluetooth
|
|
|
|
obj-y = main.o ../../../../samples/bluetooth/gatt/gap.o \
|
|
../../../../samples/bluetooth/gatt/hrs.o
|