From c18ce101f2e47d97ace125033e2896895a6db3dd Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Fri, 16 Nov 2007 15:53:09 -0800 Subject: [CAN]: Add raw protocol This patch adds the CAN raw protocol. Signed-off-by: Oliver Hartkopp Signed-off-by: Urs Thuermann Signed-off-by: David S. Miller --- net/can/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net/can/Makefile') diff --git a/net/can/Makefile b/net/can/Makefile index 4c7563c2ccb..86f1cf21fce 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 -- cgit v1.2.3