]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame_incremental - sound/i2c/Makefile
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-bionic-kernel.git] / sound / i2c / Makefile
... / ...
CommitLineData
1#
2# Makefile for ALSA
3# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4#
5
6snd-i2c-objs := i2c.o
7snd-cs8427-objs := cs8427.o
8snd-tea6330t-objs := tea6330t.o
9
10obj-$(CONFIG_SND) += other/
11
12# Toplevel Module Dependency
13obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
14obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
15obj-$(CONFIG_SND_ICE1724) += snd-i2c.o