Added link-stats and nbr-table to avr-ravenusb makefile

master-31012017
Simon Duquennoy 2015-11-29 21:32:28 +01:00 committed by Simon Duquennoy
parent 2fa239ee8d
commit 752fef9e42
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@ MODULES+=core/net/mac core/net/mac/sicslowmac \
core/net/llsec
else
vpath %.c $(CONTIKI)/core/net/ipv6
CONTIKI_SOURCEFILES += sicslowpan.c linkaddr.c
CONTIKI_SOURCEFILES += sicslowpan.c linkaddr.c link-stats.c nbr-table.c
endif