aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Makefile
blob: 0dea62721f2f52a1f67e4762eb31478b1067542f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#  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-y				+= usb/

obj-$(CONFIG_CAN_SJA1000)	+= sja1000/
obj-$(CONFIG_CAN_AT91)		+= at91_can.o

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG