summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-10 17:02:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-10 17:02:52 +0000
commitc4680a4704fd377f4c89e0b8f6149f3aec8b39fb (patch)
tree60fc2d19e0d4f1f306ac20f144da5fa493e96e31 /nuttx/net/uip/Make.defs
parenta87d861c4e0a60e1dc163f58c1b51eec13ababf3 (diff)
downloadpx4-nuttx-c4680a4704fd377f4c89e0b8f6149f3aec8b39fb.tar.gz
px4-nuttx-c4680a4704fd377f4c89e0b8f6149f3aec8b39fb.tar.bz2
px4-nuttx-c4680a4704fd377f4c89e0b8f6149f3aec8b39fb.zip
More IGMP logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2781 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/uip/Make.defs')
-rw-r--r--nuttx/net/uip/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/uip/Make.defs b/nuttx/net/uip/Make.defs
index 422107318..e51b46457 100644
--- a/nuttx/net/uip/Make.defs
+++ b/nuttx/net/uip/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# Make.defs
#
-# Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007, 2009-20010 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -79,7 +79,7 @@ endif
endif
ifeq ($(CONFIG_NET_IGMP),y)
-UIP_CSRCS += uip_igmpinit.c uip_igmpgroup.c
+UIP_CSRCS += uip_igmpinit.c uip_igmpgroup.c uip_igmpjoin.c uip_igmpleave.c uip_igmpmsg.c
endif
endif