A few build fixes from last, big ARP relocation change
This commit is contained in:
parent
af0892ddea
commit
49fa2ff70f
@ -69,7 +69,7 @@
|
||||
#if defined(KINETIS_NENET) && KINETIS_NENET > 0
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* CONFIG_ENET_NETHIFS determines the number of physical interfaces
|
||||
|
@ -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
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include <nuttx/net/uip/uip.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Definitions of 8-bit socket flags */
|
||||
|
@ -47,6 +47,7 @@
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/net/arp.h>
|
||||
#include <nuttx/net/uip/uip.h>
|
||||
#include <nuttx/net/net.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
@ -55,7 +56,7 @@
|
||||
#include "net_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user