A few build fixes from last, big ARP relocation change

This commit is contained in:
Gregory Nutt
2014-05-30 12:32:20 -06:00
parent af0892ddea
commit 49fa2ff70f
4 changed files with 4 additions and 6 deletions
-3
View File
@@ -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