mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-18 17:17:23 +00:00
11 lines
317 B
Makefile
11 lines
317 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
|
|
seq_oss_event.o seq_oss_rw.o seq_oss_synth.o \
|
|
seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
|
|
|
|
obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o
|