Skip to content

Commit

Permalink
[NOT FOR UPSTREAM] ASoC: SOF: enable DEBUG by default
Browse files Browse the repository at this point in the history
better to use dynamic debug for products but it's really convenient

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
  • Loading branch information
plbossart committed Aug 20, 2018
1 parent a9bb297 commit c465461
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/sof/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)

ccflags-y += -DDEBUG

snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
control.o trace.o compressed.o utils.o
snd-sof-spi-objs := hw-spi.o
Expand Down
2 changes: 2 additions & 0 deletions sound/soc/sof/intel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)

ccflags-y += -DDEBUG

snd-sof-intel-byt-objs := byt.o
snd-sof-intel-hsw-objs := hsw.o
snd-sof-intel-bdw-objs := bdw.o
Expand Down
2 changes: 2 additions & 0 deletions sound/soc/sof/xtensa/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)

ccflags-y += -DDEBUG

snd-sof-xtensa-dsp-objs := core.o

obj-$(CONFIG_SND_SOC_SOF_XTENSA) += snd-sof-xtensa-dsp.o

0 comments on commit c465461

Please sign in to comment.