summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Makefile
diff options
context:
space:
mode:
authorGerhard Bertelsmann2015-09-16 13:21:22 +0200
committerMarc Kleine-Budde2015-09-17 22:39:08 +0200
commit0738eff14d817a02ab082c392c96a1613006f158 (patch)
tree0d4397c11d1065deb6ba3ca642542e857f8b48b5 /drivers/net/can/Makefile
parentcan: Allwinner A10/A20 CAN Controller support - Devicetree bindings (diff)
downloadkernel-qcow2-linux-0738eff14d817a02ab082c392c96a1613006f158.tar.gz
kernel-qcow2-linux-0738eff14d817a02ab082c392c96a1613006f158.tar.xz
kernel-qcow2-linux-0738eff14d817a02ab082c392c96a1613006f158.zip
can: Allwinner A10/A20 CAN Controller support - Kernel module
Kernel module for Allwinner A10/A20 CAN controller. Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/Makefile')
-rw-r--r--drivers/net/can/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/Makefile b/drivers/net/can/Makefile
index c533c62b0f5e..1f21cef1d458 100644
--- a/drivers/net/can/Makefile
+++ b/drivers/net/can/Makefile
@@ -27,6 +27,7 @@ obj-$(CONFIG_CAN_FLEXCAN) += flexcan.o
obj-$(CONFIG_PCH_CAN) += pch_can.o
obj-$(CONFIG_CAN_GRCAN) += grcan.o
obj-$(CONFIG_CAN_RCAR) += rcar_can.o
+obj-$(CONFIG_CAN_SUN4I) += sun4i_can.o
obj-$(CONFIG_CAN_XILINXCAN) += xilinx_can.o
subdir-ccflags-y += -D__CHECK_ENDIAN__