summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/uip/Make.defs')
-rw-r--r--nuttx/net/uip/Make.defs2
1 files changed, 1 insertions, 1 deletions
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)