mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 04:47:58 +08:00
A few build fixes from last, big ARP relocation change
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@
|
||||
#include <nuttx/net/uip/uip.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Definitions of 8-bit socket flags */
|
||||
|
||||
+2
-1
@@ -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
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user