Grant Likely | 84bc278 | 2008-07-29 11:42:28 +0100 | [diff] [blame] | 1 | # Simple machine driver that extracts configuration from the OF device tree |
| 2 | obj-$(CONFIG_SND_SOC_OF_SIMPLE) += soc-of-simple.o |
| 3 | |
Timur Tabi | 17467f2 | 2008-01-11 18:15:26 +0100 | [diff] [blame] | 4 | # MPC8610 HPCD Machine Support |
| 5 | obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += mpc8610_hpcd.o |
| 6 | |
| 7 | # MPC8610 Platform Support |
| 8 | obj-$(CONFIG_SND_SOC_MPC8610) += fsl_ssi.o fsl_dma.o |
| 9 | |
Grant Likely | dc64137 | 2008-07-29 11:42:30 +0100 | [diff] [blame] | 10 | obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_psc_i2s.o |
| 11 | |