mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
4d8b931928
Add an initial neighbour table implementation, to be used in the route output path. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>
4 lines
112 B
Makefile
4 lines
112 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_MCTP) += mctp.o
|
|
mctp-objs := af_mctp.o device.o route.o neigh.o
|