PageRenderTime 32ms CodeModel.GetById 27ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/sound/drivers/opl3/Makefile

https://bitbucket.org/abioy/linux
Makefile | 12 lines | 6 code | 2 blank | 4 comment | 0 complexity | 7e12e3b87772606614f69a10b3e3945e MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
 1#
 2# Makefile for ALSA
 3# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
 4#
 5
 6snd-opl3-lib-objs := opl3_lib.o opl3_synth.o
 7snd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o
 8snd-opl3-synth-$(CONFIG_SND_SEQUENCER_OSS) += opl3_oss.o
 9
10obj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o
11obj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o
12obj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o