mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
583be982d9
This change adds the infrastructure for managing MCTP netdevices; we add a pointer to the AF_MCTP-specific data to struct netdevice, and hook up the rtnetlink operations for adding and removing addresses. Includes changes from Matt Johnston <matt@codeconstruct.com.au>. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>
4 lines
96 B
Makefile
4 lines
96 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_MCTP) += mctp.o
|
|
mctp-objs := af_mctp.o device.o
|