blob: 1242bbbfe57f5ab938809477c5e7c610a27ded36 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Oliver Hartkopp0d665482007-11-16 15:52:17 -08002#
3# Makefile for the Linux Controller Area Network core.
4#
5
6obj-$(CONFIG_CAN) += can.o
Alexander Aringa20fadf2016-05-23 15:13:00 +02007can-y := af_can.o
8can-$(CONFIG_PROC_FS) += proc.o
Oliver Hartkoppc18ce102007-11-16 15:53:09 -08009
10obj-$(CONFIG_CAN_RAW) += can-raw.o
Tracey Dentbac14e02010-11-21 15:03:14 +000011can-raw-y := raw.o
Oliver Hartkoppffd980f2007-11-16 15:53:52 -080012
13obj-$(CONFIG_CAN_BCM) += can-bcm.o
Tracey Dentbac14e02010-11-21 15:03:14 +000014can-bcm-y := bcm.o
Oliver Hartkoppc1aabdf2011-09-01 04:23:23 +000015
16obj-$(CONFIG_CAN_GW) += can-gw.o
17can-gw-y := gw.o