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-y := opti92x-ad1848.o 8 snd-opti92x-cs4231-y := opti92x-cs4231.o 9 snd-opti93x-y := opti93x.o 10 snd-miro-y := 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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.