Re: [PATCH v3] staging: Mediatek: Use individual config flags in Makefile

From: Greg Kroah-Hartman
Date: Tue Jan 15 2019 - 12:20:18 EST


On Tue, Jan 15, 2019 at 10:02:21AM -0700, George Hilliard wrote:
> These drivers can be useful on other MT76xx SoCs, which have compatible
> peripherals. The drivers were selectable in Kconfig, but they were
> quietly excluded from the build because the SOC_MT7621 chip was not
> selected. So, make the Makefiles use the same flags as Kconfig for
> these drivers.
>
> mt7621-dma and mt7621-dts are left alone because they truly do require
> that SoC.
>
> I have personally confirmed that the mt7621-spi driver works on the
> MT7688, which was what prompted this change.
>
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: devel@xxxxxxxxxxxxxxxxxxxx
> Cc: NeilBrown <neil@xxxxxxxxxx>
> Cc: sergio.paracuellos@xxxxxxxxx
> Signed-off-by: George Hilliard <thirtythreeforty@xxxxxxxxx>
> ---
> drivers/staging/Makefile | 14 +++++++-------
> drivers/staging/mt7621-pci-phy/Makefile | 2 +-
> drivers/staging/mt7621-pci/Makefile | 2 +-
> 3 files changed, 9 insertions(+), 9 deletions(-)

What changed from v2 and v1? That always goes below the --- line.

Please fix that up and resend v4.

thanks,

greg k-h