mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
b022f8866e
This reverts commit4f42ad2011
, reversing changes made toea2dd331bf
. These chanfges break the build when mctp is modular. 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
|