Makefile 313 Bytes
Newer Older
1 2 3 4 5
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
#

Jaroslav Kysela's avatar
Jaroslav Kysela committed
6 7
snd-ice1712-objs := ice1712.o ak4524.o delta.o hoontech.o ews.o
snd-ice1724-objs := ice1724.o ak4524.o amp.o revo.o
8 9 10

# Toplevel Module Dependency
obj-$(CONFIG_SND_ICE1712) += snd-ice1712.o
Jaroslav Kysela's avatar
Jaroslav Kysela committed
11
obj-$(CONFIG_SND_ICE1724) += snd-ice1724.o