]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/can/Makefile
iommu/amd: Reserve exclusion range in iova-domain
[mirror_ubuntu-bionic-kernel.git] / net / can / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux Controller Area Network core.
4 #
5
6 obj-$(CONFIG_CAN) += can.o
7 can-y := af_can.o
8 can-$(CONFIG_PROC_FS) += proc.o
9
10 obj-$(CONFIG_CAN_RAW) += can-raw.o
11 can-raw-y := raw.o
12
13 obj-$(CONFIG_CAN_BCM) += can-bcm.o
14 can-bcm-y := bcm.o
15
16 obj-$(CONFIG_CAN_GW) += can-gw.o
17 can-gw-y := gw.o