brintos

brintos / linux-shallow public Read only

0
0
Text · 359 B · a841630 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for ALSA4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>5#6 7snd-opl4-lib-y := opl4_lib.o opl4_mixer.o8snd-opl4-lib-$(CONFIG_SND_PROC_FS) += opl4_proc.o9snd-opl4-synth-y := opl4_seq.o opl4_synth.o yrw801.o10 11obj-$(CONFIG_SND_OPL4_LIB) += snd-opl4-lib.o12obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-opl4-synth.o13