Commit e6b5239c authored by Sergio Rodriguez's avatar Sergio Rodriguez Committed by Jukka Rissanen
Browse files

wpanusb: Fix include path

Commit https://gerrit.zephyrproject.org/r/#/c/6971/

 changed the
location of some include files, making compilation fail.

Change-Id: I43c124be28b55e550ef2204ca9faa7031665fb4a
Signed-off-by: default avatarSergio Rodriguez <sergio.sf.rodriguez@intel.com>
parent c2f7c907
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@ ccflags-$(CONFIG_TI_CC2520_LEGACY) += -I${ZEPHYR_BASE}/net/ip/contiki/os
ccflags-$(CONFIG_TI_CC2520_LEGACY) += -I${ZEPHYR_BASE}/net/ip/contiki
ccflags-$(CONFIG_TI_CC2520_LEGACY) += -I${ZEPHYR_BASE}/net/ip

ccflags-$(CONFIG_TI_CC2520_RAW) += -I${ZEPHYR_BASE}/net/yaip
ccflags-$(CONFIG_TI_CC2520_RAW) += -I${ZEPHYR_BASE}/subsys/net/ip

obj-y += wpanusb.o