diff options
author | Kurt Van Dijck <kurt.van.dijck@eia.be> | 2011-01-10 23:34:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-21 23:15:34 -0500 |
commit | 0a0b7a5f7a043d86a95990d3227cf7e823ae52ac (patch) | |
tree | dc3db17011809b6210c35c263662537a610a0a58 /drivers/net/can/softing/Makefile | |
parent | 03fd3cf5a179da12e6bee5e9d74b648aff68dc4c (diff) |
can: add driver for Softing card
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>
Diffstat (limited to 'drivers/net/can/softing/Makefile')
-rw-r--r-- | drivers/net/can/softing/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/softing/Makefile b/drivers/net/can/softing/Makefile index 7db04452deb6..c5e5016c742e 100644 --- a/drivers/net/can/softing/Makefile +++ b/drivers/net/can/softing/Makefile | |||
@@ -1,5 +1,6 @@ | |||
1 | 1 | ||
2 | softing-y := softing_main.o softing_fw.o | 2 | softing-y := softing_main.o softing_fw.o |
3 | obj-$(CONFIG_CAN_SOFTING) += softing.o | 3 | obj-$(CONFIG_CAN_SOFTING) += softing.o |
4 | obj-$(CONFIG_CAN_SOFTING_CS) += softing_cs.o | ||
4 | 5 | ||
5 | ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG | 6 | ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG |