mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 04:41:17 +00:00
fd0d08d9ed
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>
6 lines
203 B
Makefile
6 lines
203 B
Makefile
snd-soc-sst-platform-objs := sst_platform.o
|
|
snd-soc-mfld-machine-objs := mfld_machine.o
|
|
|
|
obj-$(CONFIG_SND_SST_PLATFORM) += snd-soc-sst-platform.o
|
|
obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o
|