From ccb29637991fa6b8321a80c2320a71e379aea962 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Fri, 16 Nov 2007 15:56:08 -0800 Subject: [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 Signed-off-by: Urs Thuermann Signed-off-by: David S. Miller --- drivers/net/can/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 drivers/net/can/Makefile (limited to 'drivers/net/can/Makefile') 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 -- cgit v1.2.3-70-g09d2