1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # EP93xx Platform Support 2 # EP93xx Platform Support 3 snd-soc-ep93xx-y 3 snd-soc-ep93xx-y := ep93xx-pcm.o 4 snd-soc-ep93xx-i2s-y 4 snd-soc-ep93xx-i2s-y := ep93xx-i2s.o 5 5 6 obj-$(CONFIG_SND_EP93XX_SOC) 6 obj-$(CONFIG_SND_EP93XX_SOC) += snd-soc-ep93xx.o 7 obj-$(CONFIG_SND_EP93XX_SOC_I2S) 7 obj-$(CONFIG_SND_EP93XX_SOC_I2S) += snd-soc-ep93xx-i2s.o 8 8 >> 9 # EP93XX Machine Support >> 10 snd-soc-edb93xx-y := edb93xx.o >> 11 >> 12 obj-$(CONFIG_SND_EP93XX_SOC_EDB93XX) += snd-soc-edb93xx.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.