summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-30 12:32:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-30 12:32:20 -0600
commit044712b51d49b4c51f2bc6e36e73adb12fbed889 (patch)
tree9cbb9d8d14bb5f1d0cf3d3844ebb4622e8969a38 /nuttx/net/Makefile
parentbaca3fa596a4b9b5b6b995bf1ef07dc2b54a575b (diff)
downloadpx4-nuttx-044712b51d49b4c51f2bc6e36e73adb12fbed889.tar.gz
px4-nuttx-044712b51d49b4c51f2bc6e36e73adb12fbed889.tar.bz2
px4-nuttx-044712b51d49b4c51f2bc6e36e73adb12fbed889.zip
A few build fixes from last, big ARP relocation change
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index bf88c3ea4..9e403b92b 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -65,9 +65,6 @@ ifeq ($(CONFIG_NET_SOCKOPTS),y)
SOCK_CSRCS += setsockopt.c getsockopt.c
ifneq ($(CONFIG_DISABLE_CLOCK),y)
SOCK_CSRCS += net_timeo.c net_dsec2timeval.c net_timeval2dsec.c
-ifneq ($(CONFIG_NET_SLIP),y)
-SOCK_CSRCS += net_arptimer.c
-endif
endif
endif