blob: 56899fef1c6a2f219f30856bef8735638cde5621 [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
Sebastian Haas702171a2009-09-16 02:04:20 +000010obj-y += usb/
11
Wolfgang Grandegger429da1c2009-05-15 23:39:30 +000012obj-$(CONFIG_CAN_SJA1000) += sja1000/
Wolfram Sangafa17a52009-11-13 06:14:52 +000013obj-$(CONFIG_CAN_MSCAN) += mscan/
Marc Kleine-Budde68f40152009-09-22 14:46:57 -070014obj-$(CONFIG_CAN_AT91) += at91_can.o
Anant Gole3758bf22009-10-07 02:59:47 +000015obj-$(CONFIG_CAN_TI_HECC) += ti_hecc.o
Christian Pellegrine0000162009-11-02 23:07:00 +000016obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
Wolfgang Grandegger429da1c2009-05-15 23:39:30 +000017
Wolfgang Grandegger39549ee2009-05-15 23:39:29 +000018ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG