]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - sound/isa/ad1848/Makefile
Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux...
[linux-2.6-omap-h63xx.git] / sound / isa / ad1848 / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4 #
5
6 snd-ad1848-lib-objs := ad1848_lib.o
7 snd-ad1848-objs := ad1848.o
8
9 # Toplevel Module Dependency
10 obj-$(CONFIG_SND_AD1848) += snd-ad1848.o
11 obj-$(CONFIG_SND_AD1848_LIB) += snd-ad1848-lib.o
12