rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # Makefile for ALSA |
| 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
| 5 | # |
| 6 | |
| 7 | snd-opti92x-ad1848-objs := opti92x-ad1848.o |
| 8 | snd-opti92x-cs4231-objs := opti92x-cs4231.o |
| 9 | snd-opti93x-objs := opti93x.o |
| 10 | snd-miro-objs := miro.o |
| 11 | |
| 12 | # Toplevel Module Dependency |
| 13 | obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o |
| 14 | obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o |
| 15 | obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o |
| 16 | obj-$(CONFIG_SND_MIRO) += snd-miro.o |