mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 00:42:16 +00:00
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
|