summaryrefslogtreecommitdiff
path: root/net/can/Makefile
diff options
context:
space:
mode:
authorOliver Hartkopp <oliver.hartkopp@volkswagen.de>2007-11-16 23:52:17 (GMT)
committerDavid S. Miller <davem@davemloft.net>2008-01-28 22:54:10 (GMT)
commit0d66548a10cbbe0ef256852d63d30603f0f73f9b (patch)
tree58c91033f88014c6a25b4d105a721bc58ec35f2c /net/can/Makefile
parentcd05acfe65ed2cf2db683fa9a6adb8d35635263b (diff)
downloadlinux-0d66548a10cbbe0ef256852d63d30603f0f73f9b.tar.xz
[CAN]: Add PF_CAN core module
This patch adds the CAN core functionality but no protocols or drivers. No protocol implementations are included here. They come as separate patches. Protocol numbers are already in include/linux/can.h. 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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/can/Makefile b/net/can/Makefile
new file mode 100644
index 0000000..4c7563c
--- /dev/null
+++ b/net/can/Makefile
@@ -0,0 +1,6 @@
+#
+# Makefile for the Linux Controller Area Network core.
+#
+
+obj-$(CONFIG_CAN) += can.o
+can-objs := af_can.o proc.o