git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
12 lines
330 B
Makefile
12 lines
330 B
Makefile
# 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
|