Re-added random.c, removed uip-split.c for IPv6 because of incompatible API

This commit is contained in:
adamdunkels 2008-10-14 12:25:22 +00:00
parent 28d52894a0
commit 573040e315

View file

@ -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
THREADS = mt.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
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
NET = $(UIP) uip-icmp6.c uip-nd6.c uip-nd6-io.c uip-netif.c sicslowpan.c
else # UIP_CONF_IPV6