From 933fff4c89d181178a504f288e1b0befaecbb312 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 7 Feb 2010 23:30:30 +0000 Subject: [PATCH] Parallelizing the build and the checkin isn't such a great idea after all ;-) --- Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.include b/Makefile.include index 879c8af0d..71a93461b 100644 --- a/Makefile.include +++ b/Makefile.include @@ -57,12 +57,12 @@ LIBS = memb.c mmem.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \ ifdef UIP_CONF_IPV6 CFLAGS += -DUIP_CONF_IPV6 UIP = uip6.c tcpip.c psock.c uip-udp-packet.c uip-split.c \ - resolv.c dhcpc.c tcpdump.c uiplib.c + resolv.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 UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c uip-fw.c \ uip-fw-drv.c uip_arp.c tcpdump.c uip-neighbor.c uip-udp-packet.c \ - uip-over-mesh.c #rawpacket-udp.c + uip-over-mesh.c dhcpc.c #rawpacket-udp.c NET = $(UIP) uaodv.c uaodv-rt.c endif # UIP_CONF_IPV6