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