mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 01:52:45 +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
|