![]() |
|
|||
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-i2c-objs := i2c.o 0008 snd-cs8427-objs := cs8427.o 0009 snd-tea6330t-objs := tea6330t.o 0010 0011 obj-$(CONFIG_SND) += other/ 0012 0013 # Toplevel Module Dependency 0014 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o 0015 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o 0016 obj-$(CONFIG_SND_ICE1724) += snd-i2c.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |