mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-05 11:10:09 +00:00
14 lines
386 B
Makefile
14 lines
386 B
Makefile
![]() |
#
|
||
|
# Makefile for ALSA
|
||
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
|
||
|
#
|
||
|
|
||
|
snd-opti92x-ad1848-objs := opti92x-ad1848.o
|
||
|
snd-opti92x-cs4231-objs := opti92x-cs4231.o
|
||
|
snd-opti93x-objs := opti93x.o
|
||
|
|
||
|
# Toplevel Module Dependency
|
||
|
obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o
|
||
|
obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o
|
||
|
obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o
|