net: Do not source contiki headers always
Source contiki headers only for legacy driver Change-Id: I356fd65ce9a4ee144c29eed1b51f2f0175315c1c Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
b2a478b935
commit
b85b27eab2
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
subdir-ccflags-y +=-I${srctree}/net/ip/contiki
|
||||
subdir-ccflags-y +=-I${srctree}/net/ip/contiki/os/lib
|
||||
subdir-ccflags-y +=-I${srctree}/net/ip/contiki/os
|
||||
subdir-ccflags-y +=-I${srctree}/net/ip
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue