![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for ALSA 0004 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 0005 # 0006 0007 snd-opti92x-ad1848-objs := opti92x-ad1848.o 0008 snd-opti92x-cs4231-objs := opti92x-cs4231.o 0009 snd-opti93x-objs := opti93x.o 0010 snd-miro-objs := miro.o 0011 0012 # Toplevel Module Dependency 0013 obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o 0014 obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o 0015 obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o 0016 obj-$(CONFIG_SND_MIRO) += snd-miro.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |