mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Re-added random.c, removed uip-split.c for IPv6 because of incompatible API
This commit is contained in:
parent
28d52894a0
commit
573040e315
@ -48,9 +48,9 @@ include $(CONTIKI)/core/net/mac/Makefile.mac
|
|||||||
SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c timetable.c timetable-aggregate.c
|
SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c timetable.c timetable-aggregate.c
|
||||||
THREADS = mt.c
|
THREADS = mt.c
|
||||||
LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \
|
LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \
|
||||||
print-stats.c ifft.c crc16.c
|
print-stats.c ifft.c crc16.c random.c
|
||||||
ifdef UIP_CONF_IPV6
|
ifdef UIP_CONF_IPV6
|
||||||
UIP = uip6.c tcpip.c uip-split.c psock.c uip-udp-packet.c \
|
UIP = uip6.c tcpip.c psock.c uip-udp-packet.c \
|
||||||
uip-over-mesh.c resolv.c hc.c tcpdump.c uiplib.c
|
uip-over-mesh.c resolv.c hc.c tcpdump.c uiplib.c
|
||||||
NET = $(UIP) uip-icmp6.c uip-nd6.c uip-nd6-io.c uip-netif.c sicslowpan.c
|
NET = $(UIP) uip-icmp6.c uip-nd6.c uip-nd6-io.c uip-netif.c sicslowpan.c
|
||||||
else # UIP_CONF_IPV6
|
else # UIP_CONF_IPV6
|
||||||
|
Loading…
Reference in New Issue
Block a user