From ffd980f976e7fd666c2e61bf8ab35107efd11828 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Fri, 16 Nov 2007 15:53:52 -0800 Subject: [CAN]: Add broadcast manager (bcm) protocol This patch adds the CAN broadcast manager (bcm) 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 86f1cf2..9cd3c4b 100644 --- a/net/can/Makefile +++ b/net/can/Makefile @@ -7,3 +7,6 @@ can-objs := af_can.o proc.o obj-$(CONFIG_CAN_RAW) += can-raw.o can-raw-objs := raw.o + +obj-$(CONFIG_CAN_BCM) += can-bcm.o +can-bcm-objs := bcm.o -- cgit v1.1