samples: wpanusb: remove unnecessary condition for ccflags
The condition in src/Makefile is not necessary since the net_private.h is always included from wpanusb.c and is not dependent on the transceiver. Change-Id: I07a0bf599f328bacb8c5677f20eb221a05f30866 Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
ac07550566
commit
aea4c31722
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
ccflags-y += -I${ZEPHYR_BASE}/usb/include -I${ZEPHYR_BASE}/include/drivers/usb -I${ZEPHYR_BASE}/include/usb/
|
||||
|
||||
ccflags-$(CONFIG_IEEE802154_CC2520_RAW) += -I${ZEPHYR_BASE}/subsys/net/ip
|
||||
ccflags-y += -I${ZEPHYR_BASE}/subsys/net/ip
|
||||
|
||||
obj-y += wpanusb.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue