# # Makefile for ALSA # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> #
mod-subdirs := emux
export-objs := util_mem.o 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
ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y) obj-$(CONFIG_SND_SBAWE) += snd-util-mem.o endif
obj-$(CONFIG_SND) += emux/
include $(TOPDIR)/Rules.make