Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 12 lines 359 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for ALSA 4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 5# 6 7snd-opl4-lib-y := opl4_lib.o opl4_mixer.o 8snd-opl4-lib-$(CONFIG_SND_PROC_FS) += opl4_proc.o 9snd-opl4-synth-y := opl4_seq.o opl4_synth.o yrw801.o 10 11obj-$(CONFIG_SND_OPL4_LIB) += snd-opl4-lib.o 12obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-opl4-synth.o