diff --git a/samples/net/wpanusb/src/Makefile b/samples/net/wpanusb/src/Makefile index 90278c45c57..97f7bbcf0d2 100644 --- a/samples/net/wpanusb/src/Makefile +++ b/samples/net/wpanusb/src/Makefile @@ -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