Full support for Ginger Console
[linux-ginger.git] / drivers / net / can / Makefile
blob05d310ab5f83fbe5f426050f6c80557ca72d7fcc
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_TI_HECC) += ti_hecc.o
14 obj-$(CONFIG_CAN_AT91) += at91_can.o
16 ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG