mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3a1980af36
I suspect that the transceiver will still not work as there are many many warnings, but at least it builds now. closes: #676
8 lines
184 B
Makefile
8 lines
184 B
Makefile
INCLUDES += -I$(RIOTCPU)/$(CPU)/include \
|
|
-I$(RIOTCPU)/$(CPU)/maca/include \
|
|
-I$(RIOTBOARDS)/redbee-econotag/drivers/include
|
|
|
|
MODULE = mc1322x
|
|
|
|
include $(RIOTBASE)/Makefile.base
|