From 4fa6bf043b9242147ad30d58002e6ef0da5342f4 Mon Sep 17 00:00:00 2001 From: thecrazyskull Date: Wed, 20 Jul 2016 08:11:19 -0400 Subject: sound: soc: optimize for size Change-Id: Ie2e60f58fb809c0173adcfab838da19e17775117 Signed-off-by: engstk Signed-off-by: Francisco Franco --- sound/soc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/Makefile b/sound/soc/Makefile index ccb23b19d..7ce86fd6e 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -33,3 +33,5 @@ obj-$(CONFIG_SND_SOC) += tegra/ obj-$(CONFIG_SND_SOC) += txx9/ obj-$(CONFIG_SND_SOC) += ux500/ obj-$(CONFIG_SND_SOC) += mediatek/ + +ccflags-y := -Os \ No newline at end of file -- cgit v1.2.3