You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
365 B
12 lines
365 B
# SPDX-License-Identifier: GPL-2.0
|
|
# NUC900 series audio
|
|
snd-soc-nuc900-pcm-objs := nuc900-pcm.o
|
|
snd-soc-nuc900-ac97-objs := nuc900-ac97.o
|
|
|
|
obj-$(CONFIG_SND_SOC_NUC900) += snd-soc-nuc900-pcm.o
|
|
obj-$(CONFIG_SND_SOC_NUC900_AC97) += snd-soc-nuc900-ac97.o
|
|
|
|
# Boards
|
|
snd-soc-nuc900-audio-objs := nuc900-audio.o
|
|
|
|
obj-$(CONFIG_SND_SOC_NUC900EVB) += snd-soc-nuc900-audio.o
|
|
|