From 6ae8d85c09ffdd2ac2182625a9aa787a54dcb403 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Wed, 25 Jan 2012 06:34:47 -0800 Subject: [PATCH] simple-udp should be included in the IPv4 build as well. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 9b643437e..68cba85bb 100644 --- a/Makefile.include +++ b/Makefile.include @@ -65,7 +65,7 @@ ifdef UIP_CONF_IPV6 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 dhcpc.c #rawpacket-udp.c + uip-over-mesh.c dhcpc.c simple-udp.c NET += $(UIP) uaodv.c uaodv-rt.c endif # UIP_CONF_IPV6