From: Morris Ku <saumah@xxxxxxxxx> Add support for SUNIX SDC serial port 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a8bfb65..4dbe94c 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,7 @@ obj-$(CONFIG_SERIAL_8250_MID) += 8250_mid.o obj-$(CONFIG_SERIAL_8250_PXA) += 8250_pxa.o obj-$(CONFIG_SERIAL_8250_TEGRA) += 8250_tegra.o obj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o +obj-$(CONFIG_SERIAL_8250_SDC) += 8250_sdc.o +obj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt -- 2.20.1