mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
c1017a4cdb
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
9 lines
196 B
Makefile
9 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
|