diff options
author | Matt Johnston <matt@codeconstruct.com.au> | 2021-07-29 10:20:47 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-29 15:06:50 +0100 |
commit | 4d8b9319282ae84f5a17b28d8b5b5d1e7e537312 (patch) | |
tree | 761ff24a307a22a4e86aa137ed65757eec346f5b /net/mctp/Makefile | |
parent | 06d2f4c583a7d892300920fc85d654d48a15e914 (diff) |
mctp: Add neighbour implementation
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>
Diffstat (limited to 'net/mctp/Makefile')
-rw-r--r-- | net/mctp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mctp/Makefile b/net/mctp/Makefile index b1a330e9d82a..0171333384d7 100644 --- a/net/mctp/Makefile +++ b/net/mctp/Makefile @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_MCTP) += mctp.o -mctp-objs := af_mctp.o device.o route.o +mctp-objs := af_mctp.o device.o route.o neigh.o |