Networking: Make a home for ICMPv6

This commit is contained in:
Gregory Nutt
2015-01-14 14:26:50 -06:00
parent 7d68c22d7f
commit fcd65e9d7d
7 changed files with 76 additions and 6 deletions
+3 -3
View File
@@ -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