blob: 523a941b358b1bd47aaa36888142b25963e7107d [file] [log] [blame]
Oliver Hartkoppccb29632007-11-16 15:56:08 -08001#
2# Makefile for the Linux Controller Area Network drivers.
3#
4
5obj-$(CONFIG_CAN_VCAN) += vcan.o
Wolfgang Grandegger39549ee2009-05-15 23:39:29 +00006
7obj-$(CONFIG_CAN_DEV) += can-dev.o
8can-dev-y := dev.o
9
Wolfgang Grandegger429da1c2009-05-15 23:39:30 +000010obj-$(CONFIG_CAN_SJA1000) += sja1000/
11
Wolfgang Grandegger39549ee2009-05-15 23:39:29 +000012ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG