diff options
| author | thecrazyskull <anaskarbila@aospa.co> | 2016-07-20 08:11:19 -0400 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-08-31 13:00:12 +0200 |
| commit | 4fa6bf043b9242147ad30d58002e6ef0da5342f4 (patch) | |
| tree | 597a1073b12306627164389ba33d7a98145672f2 /sound | |
| parent | c9616dbb3470d4b3e82f60ad3083e2fa12ea6323 (diff) | |
sound: soc: optimize for size
Change-Id: Ie2e60f58fb809c0173adcfab838da19e17775117
Signed-off-by: engstk <eng.stk@sapo.pt>
Signed-off-by: Francisco Franco <franciscofranco.1990@gmail.com>
Diffstat (limited to 'sound')
| -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 |
