blob: cef49eb1f5c7bc37908c1f7b3432740f1b4c2377 [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#
2# Makefile for the Linux Controller Area Network core.
3#
4
5obj-$(CONFIG_CAN) += can.o
6can-y := af_can.o proc.o
7
8obj-$(CONFIG_CAN_RAW) += can-raw.o
9can-raw-y := raw.o
10
11obj-$(CONFIG_CAN_BCM) += can-bcm.o
12can-bcm-y := bcm.o
13
14obj-$(CONFIG_CAN_GW) += can-gw.o
15can-gw-y := gw.o