Add the uipv6 route function uip-ds6-route.c
This commit is contained in:
parent
5406dd8b18
commit
4218a733c9
|
@ -69,7 +69,7 @@ ifdef UIP_CONF_IPV6
|
|||
UIP = uip6.c tcpip.c psock.c uip-udp-packet.c uip-split.c \
|
||||
resolv.c tcpdump.c uiplib.c simple-udp.c
|
||||
NET += $(UIP) uip-icmp6.c uip-nd6.c uip-packetqueue.c \
|
||||
sicslowpan.c neighbor-attr.c neighbor-info.c uip-ds6.c
|
||||
sicslowpan.c neighbor-attr.c neighbor-info.c uip-ds6.c uip-ds6-route.c
|
||||
ifneq ($(UIP_CONF_RPL),0)
|
||||
CFLAGS += -DUIP_CONF_IPV6_RPL=1
|
||||
include $(CONTIKI)/core/net/rpl/Makefile.rpl
|
||||
|
|
Loading…
Reference in a new issue