From a87d861c4e0a60e1dc163f58c1b51eec13ababf3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 10 Jul 2010 01:20:34 +0000 Subject: More IGMP logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2780 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/uip/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/net/uip/Make.defs') diff --git a/nuttx/net/uip/Make.defs b/nuttx/net/uip/Make.defs index 4f94b4eab..422107318 100644 --- a/nuttx/net/uip/Make.defs +++ b/nuttx/net/uip/Make.defs @@ -70,7 +70,7 @@ endif ifeq ($(CONFIG_NET_ICMP),y) -UIP_CSRCS += uip_icmpinput.c +UIP_CSRCS += uip_icmpinput.c uip_igmppoll.c ifeq ($(CONFIG_NET_ICMP_PING),y) ifneq ($(CONFIG_DISABLE_CLOCK),y) -- cgit v1.2.3