brintos

brintos / linux-shallow public Read only

0
0
Text · 317 B · 7d6c44a Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for ALSA4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>5#6 7snd-es1688-lib-y := es1688_lib.o8snd-es1688-y := es1688.o9 10# Toplevel Module Dependency11obj-$(CONFIG_SND_ES1688) += snd-es1688.o snd-es1688-lib.o12obj-$(CONFIG_SND_GUSEXTREME) += snd-es1688-lib.o13