simple-udp should be included in the IPv4 build as well.

This commit is contained in:
Adam Dunkels 2012-01-25 06:34:47 -08:00
parent cdfc788967
commit 6ae8d85c09

View file

@ -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