b85b27eab2
Source contiki headers only for legacy driver Change-Id: I356fd65ce9a4ee144c29eed1b51f2f0175315c1c Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
9 lines
450 B
Makefile
9 lines
450 B
Makefile
subdir-ccflags-$(CONFIG_TI_CC2520_LEGACY) +=-I${srctree}/net/ip/contiki
|
|
subdir-ccflags-$(CONFIG_TI_CC2520_LEGACY) +=-I${srctree}/net/ip/contiki/os/lib
|
|
subdir-ccflags-$(CONFIG_TI_CC2520_LEGACY) +=-I${srctree}/net/ip/contiki/os
|
|
subdir-ccflags-$(CONFIG_TI_CC2520_LEGACY) +=-I${srctree}/net/ip
|
|
|
|
obj-$(CONFIG_TI_CC2520_LEGACY) += ieee802154_cc2520_legacy.o
|
|
obj-$(CONFIG_TI_CC2520) += ieee802154_cc2520.o
|
|
obj-$(CONFIG_UPIPE_15_4) += ieee802154_uart_pipe.o
|