Root/sound/i2c/other/Makefile

1#
2# Makefile for ALSA
3# Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
4#
5
6snd-ak4114-objs := ak4114.o
7snd-ak4117-objs := ak4117.o
8snd-ak4113-objs := ak4113.o
9snd-ak4xxx-adda-objs := ak4xxx-adda.o
10snd-pt2258-objs := pt2258.o
11
12# Module Dependency
13obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o
14obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o
15obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o snd-ak4113.o snd-ak4xxx-adda.o snd-pt2258.o
16

Archive Download this file



interactive