summaryrefslogtreecommitdiffstats
path: root/net/can/Makefile
diff options
context:
space:
mode:
authorOliver Hartkopp2007-11-17 00:53:09 +0100
committerDavid S. Miller2008-01-28 23:54:10 +0100
commitc18ce101f2e47d97ace125033e2896895a6db3dd (patch)
tree9e85bb469d1a756f7f270bde67a681972fdf8097 /net/can/Makefile
parent[CAN]: Add PF_CAN core module (diff)
downloadkernel-qcow2-linux-c18ce101f2e47d97ace125033e2896895a6db3dd.tar.gz
kernel-qcow2-linux-c18ce101f2e47d97ace125033e2896895a6db3dd.tar.xz
kernel-qcow2-linux-c18ce101f2e47d97ace125033e2896895a6db3dd.zip
[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>
Diffstat (limited to 'net/can/Makefile')
-rw-r--r--net/can/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/can/Makefile b/net/can/Makefile
index 4c7563c2ccb2..86f1cf21fce4 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