From: Morris Ku <saumah@xxxxxxxxx> Add support for SUNIX SDC CAN controller Cc: Jason Lee <jason_lee@xxxxxxxxx> Cc: Taian Chen <taian.chen@xxxxxxxxx> Cc: Morris Ku <morris_ku@xxxxxxxxx> Cc: Edward Lee <Edward.lee@xxxxxxxxx> Signed-off-by: Morris Ku <saumah@xxxxxxxxx> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a2b4463..e96f914 100644 --- a/Makefile +++ b/Makefile @@ -29,5 +29,6 @@ obj-$(CONFIG_CAN_SUN4I) += sun4i_can.o obj-$(CONFIG_CAN_TI_HECC) += ti_hecc.o obj-$(CONFIG_CAN_XILINXCAN) += xilinx_can.o obj-$(CONFIG_PCH_CAN) += pch_can.o +obj-$(CONFIG_CAN_SX2010) += sx2010_can.o subdir-ccflags-$(CONFIG_CAN_DEBUG_DEVICES) += -DDEBUG -- 2.20.1