brintos

brintos / linux-shallow public Read only

0
0
Text · 471 B · 44a2fb2 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for ALSA4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>5#6 7snd-opti92x-ad1848-y := opti92x-ad1848.o8snd-opti92x-cs4231-y := opti92x-cs4231.o9snd-opti93x-y := opti93x.o10snd-miro-y := miro.o11 12# Toplevel Module Dependency13obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o14obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o15obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o16obj-$(CONFIG_SND_MIRO) += snd-miro.o17