net: samples: Fix the BT compilation in sample API
The CFLAGS and object path were set incorrectly for Bluetooth. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
d4c5cc10e4
commit
19868313fc
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
# Common routines used in net samples
|
||||
|
||||
ifeq ($(CONFIG_NET_L2_BLUETOOTH), y)
|
||||
CFLAGS +=-I${ZEPHYR_BASE}/samples/bluetooth/
|
||||
obj-y += ../bluetooth/gatt/ipss.o
|
||||
ccflags-y += -I${ZEPHYR_BASE}/samples/bluetooth/
|
||||
obj-y += ../../../bluetooth/gatt/ipss.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_NET_L2_IEEE802154), y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue