]> Git Repo - linux.git/blame - net/can/Makefile
Merge branch 'fix/pcm-jiffies-check' into fix/asoc
[linux.git] / net / can / Makefile
CommitLineData
0d66548a
OH
1#
2# Makefile for the Linux Controller Area Network core.
3#
4
5obj-$(CONFIG_CAN) += can.o
6can-objs := af_can.o proc.o
c18ce101
OH
7
8obj-$(CONFIG_CAN_RAW) += can-raw.o
9can-raw-objs := raw.o
ffd980f9
OH
10
11obj-$(CONFIG_CAN_BCM) += can-bcm.o
12can-bcm-objs := bcm.o
This page took 0.194449 seconds and 4 git commands to generate.