added inclusion of radio Makefile for the raven platforms
This commit is contained in:
parent
3e8c63cc09
commit
ae8bd7a7b6
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
CONTIKI_TARGET_DIRS = . apps net loader
|
CONTIKI_TARGET_DIRS = . apps net loader
|
||||||
|
|
||||||
CONTIKI_CORE=contiki-raven-main
|
CONTIKI_CORE=contiki-raven-main
|
||||||
@ -27,3 +26,4 @@ AVRDUDE_OPTIONS=-V
|
|||||||
|
|
||||||
|
|
||||||
include $(CONTIKIAVR)/Makefile.avr
|
include $(CONTIKIAVR)/Makefile.avr
|
||||||
|
include $(CONTIKIAVR)/radio/Makefile.radio
|
||||||
|
@ -49,13 +49,4 @@ AVRDUDE_OPTIONS=-V
|
|||||||
|
|
||||||
|
|
||||||
include $(CONTIKIAVR)/Makefile.avr
|
include $(CONTIKIAVR)/Makefile.avr
|
||||||
|
include $(CONTIKIAVR)/radio/Makefile.radio
|
||||||
# Source for AT86RF230
|
|
||||||
#include $(CONTIKI)/cpu/avr/radio/rf230/Makefile.rf230
|
|
||||||
|
|
||||||
# Source for Atmel/Cisco 802.15.4'ish MAC
|
|
||||||
#include $(CONTIKI)/cpu/avr/radio/mac/Makefile.mac
|
|
||||||
|
|
||||||
# Source for IEEE 802.15.4 manager interface
|
|
||||||
#include $(CONTIKI)/cpu/avr/radio/ieee-manager/Makefile.ieee-manager
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user