projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfeffd1
)
ARM: imx: don't build ssi-fiq if not required
author
Stefan Agner
<stefan@agner.ch>
Thu, 3 Jan 2019 14:36:31 +0000
(15:36 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Sun, 13 Jan 2019 02:56:37 +0000
(10:56 +0800)
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 <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/Makefile
b/arch/arm/mach-imx/Makefile
index 8af2f7e91d13c667806d16a021ac10866078e4f9..b6c87d7d3a5da884d691dff6094a53d97852d8c4 100644
(file)
--- a/
arch/arm/mach-imx/Makefile
+++ b/
arch/arm/mach-imx/Makefile
@@
-31,7
+31,7
@@
obj-$(CONFIG_SOC_IMX6SX) += cpuidle-imx6sx.o
obj-$(CONFIG_SOC_IMX6UL) += cpuidle-imx6sx.o
endif
-ifdef CONFIG_SND_
IMX_SOC
+ifdef CONFIG_SND_
SOC_IMX_PCM_FIQ
obj-y += ssi-fiq.o
obj-y += ssi-fiq-ksym.o
endif