diff options
author | Oliver Hartkopp <oliver.hartkopp@volkswagen.de> | 2007-11-16 15:53:52 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:54:11 -0800 |
commit | ffd980f976e7fd666c2e61bf8ab35107efd11828 (patch) | |
tree | 78ac4c20961ad5607b162cf0bc43a8cfc0a009ee /net/can/Makefile | |
parent | c18ce101f2e47d97ace125033e2896895a6db3dd (diff) | |
download | op-kernel-dev-ffd980f976e7fd666c2e61bf8ab35107efd11828.zip op-kernel-dev-ffd980f976e7fd666c2e61bf8ab35107efd11828.tar.gz |
[CAN]: Add broadcast manager (bcm) protocol
This patch adds the CAN broadcast manager (bcm) 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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |