From 17467f23395f05ba7b361f7b504fe0f1095d5bb7 Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Fri, 11 Jan 2008 18:15:26 +0100 Subject: [ALSA] Add ASoC drivers for the Freescale MPC8610 SoC Add the ASoC drivers for the Freescale MPC8610 SoC and the MPC8610 HPCD reference board. Signed-off-by: Timur Tabi Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/soc/fsl/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sound/soc/fsl/Makefile (limited to 'sound/soc/fsl/Makefile') diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile new file mode 100644 index 000000000000..62f680a4a776 --- /dev/null +++ b/sound/soc/fsl/Makefile @@ -0,0 +1,6 @@ +# MPC8610 HPCD Machine Support +obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += mpc8610_hpcd.o + +# MPC8610 Platform Support +obj-$(CONFIG_SND_SOC_MPC8610) += fsl_ssi.o fsl_dma.o + -- cgit v1.2.2