diff options
author | Oliver Hartkopp <oliver.hartkopp@volkswagen.de> | 2007-11-16 15:56:08 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:54:12 -0800 |
commit | ccb29637991fa6b8321a80c2320a71e379aea962 (patch) | |
tree | 07a0a58adcb97c9691ec0d2a0feae5b68804ef4a /drivers/net/can/Makefile | |
parent | ffd980f976e7fd666c2e61bf8ab35107efd11828 (diff) |
[CAN]: Add virtual CAN netdevice driver
This patch adds the virtual CAN bus (vcan) network driver.
The vcan device is just a loopback device for CAN frames, no
real CAN hardware is involved.
Signed-off-by: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
Signed-off-by: Urs Thuermann <urs.thuermann@volkswagen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/Makefile')
-rw-r--r-- | drivers/net/can/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/can/Makefile b/drivers/net/can/Makefile new file mode 100644 index 00000000000..c4bead705cd --- /dev/null +++ b/drivers/net/can/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Linux Controller Area Network drivers. +# + +obj-$(CONFIG_CAN_VCAN) += vcan.o |