xref: /linux/sound/isa/es1688/Makefile (revision 6fdcba32711044c35c0e1b094cbd8f3f0b4472c9)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for ALSA
4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
5#
6
7snd-es1688-lib-objs := es1688_lib.o
8snd-es1688-objs := es1688.o
9
10# Toplevel Module Dependency
11obj-$(CONFIG_SND_ES1688) += snd-es1688.o snd-es1688-lib.o
12obj-$(CONFIG_SND_GUSEXTREME) += snd-es1688-lib.o
13