Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / net / can / Makefile
diff --git a/kernel/net/can/Makefile b/kernel/net/can/Makefile
new file mode 100644 (file)
index 0000000..cef49eb
--- /dev/null
@@ -0,0 +1,15 @@
+#
+#  Makefile for the Linux Controller Area Network core.
+#
+
+obj-$(CONFIG_CAN)      += can.o
+can-y                  := af_can.o proc.o
+
+obj-$(CONFIG_CAN_RAW)  += can-raw.o
+can-raw-y              := raw.o
+
+obj-$(CONFIG_CAN_BCM)  += can-bcm.o
+can-bcm-y              := bcm.o
+
+obj-$(CONFIG_CAN_GW)   += can-gw.o
+can-gw-y               := gw.o