]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - sound/i2c/Makefile
Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[mirror_ubuntu-jammy-kernel.git] / sound / i2c / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for ALSA
c1017a4c 4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
1da177e4
LT
5#
6
7snd-i2c-objs := i2c.o
8snd-cs8427-objs := cs8427.o
9snd-tea6330t-objs := tea6330t.o
10
1da177e4
LT
11obj-$(CONFIG_SND) += other/
12
13# Toplevel Module Dependency
14obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
15obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
feaa6a74 16obj-$(CONFIG_SND_ICE1724) += snd-i2c.o