mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
0a0b7a5f7a
This patch adds the driver that creates a platform:softing device from a pcmcia_device Note: the Kconfig indicates a dependency on the softing.ko driver, but this is purely to make configuration intuitive. This driver will work independent, but no CAN network devices appear until softing.ko is loaded too. Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
174 B
Makefile
7 lines
174 B
Makefile
|
|
softing-y := softing_main.o softing_fw.o
|
|
obj-$(CONFIG_CAN_SOFTING) += softing.o
|
|
obj-$(CONFIG_CAN_SOFTING_CS) += softing_cs.o
|
|
|
|
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
|