Re: [PATCH] ARM: imx: don't build ssi-fiq if not required

2019-01-12 Thread Shawn Guo
On Thu, Jan 03, 2019 at 03:36:31PM +0100, Stefan Agner wrote: > The symbols provided by ssi-fiq are used in sound/soc/fsl/imx-pcm-fiq.c > only. Build ssi-fiq.o/ssi-fiq-ksym.o only if SND_SOC_IMX_PCM_FIQ is > enabled. > > Signed-off-by: Stefan Agner Applied, thanks.

[PATCH] ARM: imx: don't build ssi-fiq if not required

2019-01-03 Thread Stefan Agner
The symbols provided by ssi-fiq are used in sound/soc/fsl/imx-pcm-fiq.c only. Build ssi-fiq.o/ssi-fiq-ksym.o only if SND_SOC_IMX_PCM_FIQ is enabled. Signed-off-by: Stefan Agner --- arch/arm/mach-imx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/Ma