aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Makefile
blob: 6c865475cd883b9394ccdb65c59d53328004ebb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
#  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

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG