mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
a61a8423c7
The patch adds support for the one or two channel CPC-PCI and CPC-PCIe cards from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). Signed-off-by: Sebastian Haas <haas@ems-wuensche.com> Signed-off-by: Markus Plessing <plessing@ems-wuensche.com> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
240 B
Makefile
10 lines
240 B
Makefile
#
|
|
# Makefile for the SJA1000 CAN controller drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CAN_SJA1000) += sja1000.o
|
|
obj-$(CONFIG_CAN_SJA1000_PLATFORM) += sja1000_platform.o
|
|
obj-$(CONFIG_CAN_EMS_PCI) += ems_pci.o
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|