summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Makefile
blob: 523a941b358b1bd47aaa36888142b25963e7107d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#  Makefile for the Linux Controller Area Network drivers.
#

obj-$(CONFIG_CAN_VCAN)		+= vcan.o

obj-$(CONFIG_CAN_DEV)		+= can-dev.o
can-dev-y			:= dev.o

obj-$(CONFIG_CAN_SJA1000)	+= sja1000/

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG