Merge remote-tracking branch 'blackfin/for-linus'
[deliverable/linux.git] / net / can / Makefile
... / ...
CommitLineData
1#
2# Makefile for the Linux Controller Area Network core.
3#
4
5obj-$(CONFIG_CAN) += can.o
6can-y := af_can.o
7can-$(CONFIG_PROC_FS) += proc.o
8
9obj-$(CONFIG_CAN_RAW) += can-raw.o
10can-raw-y := raw.o
11
12obj-$(CONFIG_CAN_BCM) += can-bcm.o
13can-bcm-y := bcm.o
14
15obj-$(CONFIG_CAN_GW) += can-gw.o
16can-gw-y := gw.o
This page took 0.02479 seconds and 5 git commands to generate.