a355d67817
Resent with correct email for Mark. In order to differentiate the different Intel SST audio core drivers we need to rename the current drivers with a mfld prefix. This also includes renaming in the Makefile and Kconfig Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
6 lines
223 B
Makefile
6 lines
223 B
Makefile
snd-soc-sst-mfld-platform-objs := sst-mfld-platform.o
|
|
snd-soc-mfld-machine-objs := mfld_machine.o
|
|
|
|
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o
|
|
obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o
|