summaryrefslogtreecommitdiff
path: root/nuttx/net/udp
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-25 09:52:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-25 09:52:36 -0600
commitc9165c6ab64da11033ddcb60e6dcbd72908be0bd (patch)
treef6f750e09c354373e7a4aba38868ff05787c5ca6 /nuttx/net/udp
parent06868e7c06d42f4c9043b624bdcf56f6d1348d8a (diff)
downloadnuttx-c9165c6ab64da11033ddcb60e6dcbd72908be0bd.tar.gz
nuttx-c9165c6ab64da11033ddcb60e6dcbd72908be0bd.tar.bz2
nuttx-c9165c6ab64da11033ddcb60e6dcbd72908be0bd.zip
Clean up IGMP naming
Diffstat (limited to 'nuttx/net/udp')
-rw-r--r--nuttx/net/udp/Make.defs1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/net/udp/Make.defs b/nuttx/net/udp/Make.defs
index cebc6f385..08a1f3bf1 100644
--- a/nuttx/net/udp/Make.defs
+++ b/nuttx/net/udp/Make.defs
@@ -45,7 +45,6 @@ NET_CSRCS += udp_conn.c udp_poll.c udp_send.c udp_input.c udp_callback.c
DEPPATH += --dep-path udp
VPATH += :udp
-CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)net$(DELIM)udp}
endif # CONFIG_NET_UDP
endif # CONFIG_NET