can: add the driver for Analog Devices Blackfin on-chip CAN controllers
[wandboard.git] / drivers / net / can / Makefile
blob7a702f28d01c8e1990b67f8ab9f63e920a02b10c
2 # Makefile for the Linux Controller Area Network drivers.
5 obj-$(CONFIG_CAN_VCAN) += vcan.o
7 obj-$(CONFIG_CAN_DEV) += can-dev.o
8 can-dev-y := dev.o
10 obj-y += usb/
12 obj-$(CONFIG_CAN_SJA1000) += sja1000/
13 obj-$(CONFIG_CAN_MSCAN) += mscan/
14 obj-$(CONFIG_CAN_AT91) += at91_can.o
15 obj-$(CONFIG_CAN_TI_HECC) += ti_hecc.o
16 obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
17 obj-$(CONFIG_CAN_BFIN) += bfin_can.o
19 ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG