]> Git Repo - linux.git/blob - drivers/net/can/dev/Makefile
Linux 6.14-rc3
[linux.git] / drivers / net / can / dev / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_CAN_DEV) += can-dev.o
4
5 can-dev-y += skb.o
6
7 can-dev-$(CONFIG_CAN_CALC_BITTIMING) += calc_bittiming.o
8 can-dev-$(CONFIG_CAN_NETLINK) += bittiming.o
9 can-dev-$(CONFIG_CAN_NETLINK) += dev.o
10 can-dev-$(CONFIG_CAN_NETLINK) += length.o
11 can-dev-$(CONFIG_CAN_NETLINK) += netlink.o
12 can-dev-$(CONFIG_CAN_RX_OFFLOAD) += rx-offload.o
This page took 0.033309 seconds and 4 git commands to generate.