Commit fd0d08d9edc8ffc900896e1d1f7f287e6fde1ab3
Committed by
Mark Brown
1 parent
f5c6b2aa33
Exists in
master
and in
7 other branches
ASoC: mid-x86 - remove the flag in makefile
previous commit e62255f2adf2 introduced DDEBUG flag in Makefile This causes all debug statemenets to be ON. This patch removes this flag Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Harsha Priya <priya.harsha@intel.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Showing 1 changed file with 0 additions and 2 deletions Inline Diff
sound/soc/mid-x86/Makefile
1 | EXTRA_CFLAGS += -DDEBUG | ||
2 | |||
3 | snd-soc-sst-platform-objs := sst_platform.o | 1 | snd-soc-sst-platform-objs := sst_platform.o |
4 | snd-soc-mfld-machine-objs := mfld_machine.o | 2 | snd-soc-mfld-machine-objs := mfld_machine.o |
5 | 3 | ||
6 | obj-$(CONFIG_SND_SST_PLATFORM) += snd-soc-sst-platform.o | 4 | obj-$(CONFIG_SND_SST_PLATFORM) += snd-soc-sst-platform.o |
7 | obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o | 5 | obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o |
8 | 6 |