redbee-econotag: fix maca
I suspect that the transceiver will still not work as there are many many warnings, but at least it builds now. closes: #676dev/timer
parent
1bc74f4fef
commit
3a1980af36
@ -1,5 +1,7 @@
|
||||
INCLUDES = -I$(RIOTBASE)/cpu/mc1322x/include -I$(RIOTBASE)/cpu/mc1322x/maca/include -I$(RIOTBOARDS)/redbee-econotag/drivers/include
|
||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include \
|
||||
-I$(RIOTCPU)/$(CPU)/maca/include \
|
||||
-I$(RIOTBOARDS)/redbee-econotag/drivers/include
|
||||
|
||||
MODULE =mc1322x
|
||||
MODULE = mc1322x
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
Loading…
Reference in New Issue