Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for ALSA
0004 # Copyright (c) 2002 by David S. Miller <davem@redhat.com>
0005 #
0006 
0007 snd-sun-amd7930-objs := amd7930.o
0008 snd-sun-cs4231-objs := cs4231.o
0009 snd-sun-dbri-objs := dbri.o
0010 
0011 obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
0012 obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
0013 obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o