Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
[deliverable/linux.git] / sound / isa / opti9xx / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for ALSA
3# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
4#
5
6snd-opti92x-ad1848-objs := opti92x-ad1848.o
7snd-opti92x-cs4231-objs := opti92x-cs4231.o
8snd-opti93x-objs := opti93x.o
1841f613 9snd-miro-objs := miro.o
1da177e4
LT
10
11# Toplevel Module Dependency
12obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o
13obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o
14obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o
1841f613 15obj-$(CONFIG_SND_MIRO) += snd-miro.o
This page took 0.126305 seconds and 5 git commands to generate.