OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
sound
/
soc
/
nuc900
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
Kconfig
571 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
365 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# 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