On Fri, Jun 25, 2021 at 05:29:16PM +0800, Moriis Ku wrote: > 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 Why did you add this last line again? And you sent multiple emails with identical subject lines, yet they did totally different things. Please fix up and properly send a patch series that is numbered as is documented. thanks, greg k-h