Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for ALSA
0004 #
0005 
0006 snd-aica-objs := aica.o
0007 snd-sh_dac_audio-objs := sh_dac_audio.o
0008 
0009 # Toplevel Module Dependency
0010 obj-$(CONFIG_SND_AICA) += snd-aica.o
0011 obj-$(CONFIG_SND_SH_DAC_AUDIO) += snd-sh_dac_audio.o