commit | c18ce101f2e47d97ace125033e2896895a6db3dd | [log] [tgz] |
---|---|---|
author | Oliver Hartkopp <oliver.hartkopp@volkswagen.de> | Fri Nov 16 15:53:09 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:54:10 2008 -0800 |
tree | 9e85bb469d1a756f7f270bde67a681972fdf8097 | |
parent | 0d66548a10cbbe0ef256852d63d30603f0f73f9b [diff] [blame] |
[CAN]: Add raw protocol This patch adds the CAN raw protocol. 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>
diff --git a/net/can/Makefile b/net/can/Makefile index 4c7563c..86f1cf2 100644 --- a/net/can/Makefile +++ b/net/can/Makefile
@@ -4,3 +4,6 @@ obj-$(CONFIG_CAN) += can.o can-objs := af_can.o proc.o + +obj-$(CONFIG_CAN_RAW) += can-raw.o +can-raw-objs := raw.o