blob: 10936754e3f272766cd3b699ee3acc8f58e89bfc [file] [log] [blame]
Oliver Hartkopp0d665482007-11-16 15:52:17 -08001#
2# Makefile for the Linux Controller Area Network core.
3#
4
5obj-$(CONFIG_CAN) += can.o
Alexander Aringa20fadf2016-05-23 15:13:00 +02006can-y := af_can.o
7can-$(CONFIG_PROC_FS) += proc.o
Oliver Hartkoppc18ce102007-11-16 15:53:09 -08008
9obj-$(CONFIG_CAN_RAW) += can-raw.o
Tracey Dentbac14e02010-11-21 15:03:14 +000010can-raw-y := raw.o
Oliver Hartkoppffd980f2007-11-16 15:53:52 -080011
12obj-$(CONFIG_CAN_BCM) += can-bcm.o
Tracey Dentbac14e02010-11-21 15:03:14 +000013can-bcm-y := bcm.o
Oliver Hartkoppc1aabdf2011-09-01 04:23:23 +000014
15obj-$(CONFIG_CAN_GW) += can-gw.o
16can-gw-y := gw.o