diff options
| -rw-r--r-- | sound/soc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
