You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
350 B
13 lines
350 B
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-util-mem-objs := util_mem.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_EMU10K1) += snd-util-mem.o
|
|
obj-$(CONFIG_SND_TRIDENT) += snd-util-mem.o
|
|
obj-$(CONFIG_SND_SBAWE_SEQ) += snd-util-mem.o
|
|
obj-$(CONFIG_SND_SEQUENCER) += emux/
|
|
|