9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
#
|
||
|
# Makefile for ALSA
|
||
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
|
||
|
#
|
||
|
|
||
|
snd-mixart-objs := mixart.o mixart_core.o mixart_hwdep.o mixart_mixer.o
|
||
|
|
||
|
obj-$(CONFIG_SND_MIXART) += snd-mixart.o
|