diff options
author | Vinod Koul <vinod.koul@intel.com> | 2011-01-07 13:51:12 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-10 14:36:02 +0300 |
commit | fd0d08d9edc8ffc900896e1d1f7f287e6fde1ab3 (patch) | |
tree | 23155fafb61cfd88c38a5784370465b0e3e8a2ce /sound/soc/mid-x86 | |
parent | f5c6b2aa33cdacb4902c7b946395f7e73b00d4ce (diff) | |
download | linux-fd0d08d9edc8ffc900896e1d1f7f287e6fde1ab3.tar.xz |
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>
Diffstat (limited to 'sound/soc/mid-x86')
-rw-r--r-- | sound/soc/mid-x86/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mid-x86/Makefile b/sound/soc/mid-x86/Makefile index a1a93314b842..639883339465 100644 --- a/sound/soc/mid-x86/Makefile +++ b/sound/soc/mid-x86/Makefile @@ -1,5 +1,3 @@ -EXTRA_CFLAGS += -DDEBUG - snd-soc-sst-platform-objs := sst_platform.o snd-soc-mfld-machine-objs := mfld_machine.o |