0a042c6ec9
This patch moves the netlink related code of the CAN device infrastructure into a separate file. Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Link: https://lore.kernel.org/r/20210111141930.693847-7-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
12 lines
275 B
Makefile
12 lines
275 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_CAN_DEV) += can-dev.o
|
|
can-dev-y += bittiming.o
|
|
can-dev-y += dev.o
|
|
can-dev-y += length.o
|
|
can-dev-y += netlink.o
|
|
can-dev-y += rx-offload.o
|
|
can-dev-y += skb.o
|
|
|
|
can-dev-$(CONFIG_CAN_LEDS) += led.o
|