mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Networking: Make a home for ICMPv6
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
############################################################################
|
||||
# net/arp/Make.defs
|
||||
#
|
||||
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
# Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
# ARP support is available for Ethernet only
|
||||
|
||||
ifeq ($(CONFIG_NET_ETHERNET),y)
|
||||
ifeq ($(CONFIG_NET_ARP),y)
|
||||
NET_CSRCS +=arp_arpin.c arp_out.c arp_format.c arp_table.c arp_timer.c
|
||||
|
||||
ifeq ($(CONFIG_NET_ARP_IPIN),y)
|
||||
@@ -55,4 +55,4 @@ endif
|
||||
DEPPATH += --dep-path arp
|
||||
VPATH += :arp
|
||||
|
||||
endif # CONFIG_NET_ETHERNET
|
||||
endif # CONFIG_NET_ARP
|
||||
|
||||
Reference in New Issue
Block a user