Merge pull request #2034 from Vinggui/patch-1
Fixing Avr-Zigbit Makefile not compiling.
This commit is contained in:
commit
c1f11cfaa9
|
@ -7,7 +7,7 @@ CONTIKI_TARGET_MAIN = ${CONTIKI_CORE}.o
|
|||
CONTIKI_TARGET_SOURCEFILES += rs232.c cfs-eeprom.c eeprom.c random.c mmem.c \
|
||||
contiki-avr-zigbit-main.c \
|
||||
sicslowmac.c linkaddr.c queuebuf.c nullmac.c packetbuf.c \
|
||||
frame802154.c framer-802154.c framer.c nullsec.c nbr-table.c
|
||||
frame802154.c framer-802154.c nullsec.c nbr-table.c
|
||||
|
||||
CONTIKIAVR = $(CONTIKI)/cpu/avr
|
||||
CONTIKIBOARD = .
|
||||
|
@ -17,4 +17,5 @@ CONTIKI_PLAT_DEFS = -DF_CPU=8000000UL -DAUTO_CRC_PADDING=2
|
|||
MCU = atmega1281
|
||||
|
||||
include $(CONTIKIAVR)/Makefile.avr
|
||||
include $(CONTIKIAVR)/radio/Makefile.radio
|
||||
include $(CONTIKIAVR)/radio/Makefile.radio
|
||||
MODULES += core/net
|
||||
|
|
Loading…
Reference in a new issue