Bhupesh Sharma | 881ff67 | 2011-02-13 22:51:44 -0800 | [diff] [blame] | 1 | # |
2 | # Makefile for the Bosch C_CAN controller drivers. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_CAN_C_CAN) += c_can.o | ||||
6 | obj-$(CONFIG_CAN_C_CAN_PLATFORM) += c_can_platform.o | ||||
Federico Vaga | 5b92da0 | 2012-06-14 13:43:42 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_CAN_C_CAN_PCI) += c_can_pci.o |
Bhupesh Sharma | 881ff67 | 2011-02-13 22:51:44 -0800 | [diff] [blame] | 8 | |
9 | ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG |