From 573040e31518dfa0cb7a6dedcfe1b3325f2fb02b Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 14 Oct 2008 12:25:22 +0000 Subject: [PATCH] Re-added random.c, removed uip-split.c for IPv6 because of incompatible API --- Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.include b/Makefile.include index d3e7b5abd..ce8f319d6 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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