]> nv-tegra.nvidia Code Review - linux-3.10.git/blob - sound/isa/ad1848/Makefile
[ALSA] ad1848/cs4231: replace commented out debug code with snd-printd{,d}
[linux-3.10.git] / sound / isa / ad1848 / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.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