You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
348 B
11 lines
348 B
#
|
|
# Makefile for the SJA1000 CAN controller drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CAN_SJA1000) += sja1000.o
|
|
obj-$(CONFIG_CAN_SJA1000_PLATFORM) += sja1000_platform.o
|
|
obj-$(CONFIG_CAN_SJA1000_OF_PLATFORM) += sja1000_of_platform.o
|
|
obj-$(CONFIG_CAN_EMS_PCI) += ems_pci.o
|
|
obj-$(CONFIG_CAN_KVASER_PCI) += kvaser_pci.o
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|
|
|