]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/net/can/Makefile
net: Support specifying the network namespace upon device creation.
[net-next-2.6.git] / drivers / net / can / Makefile
CommitLineData
ccb29637
OH
1#
2# Makefile for the Linux Controller Area Network drivers.
3#
4
5obj-$(CONFIG_CAN_VCAN) += vcan.o
39549eef
WG
6
7obj-$(CONFIG_CAN_DEV) += can-dev.o
8can-dev-y := dev.o
9
702171ad
SH
10obj-y += usb/
11
429da1cc 12obj-$(CONFIG_CAN_SJA1000) += sja1000/
68f40152 13obj-$(CONFIG_CAN_AT91) += at91_can.o
3758bf25 14obj-$(CONFIG_CAN_TI_HECC) += ti_hecc.o
429da1cc 15
39549eef 16ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG