From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- sound/i2c/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sound/i2c/Makefile (limited to 'sound/i2c/Makefile') diff --git a/sound/i2c/Makefile b/sound/i2c/Makefile new file mode 100644 index 000000000..36879bf88 --- /dev/null +++ b/sound/i2c/Makefile @@ -0,0 +1,15 @@ +# +# Makefile for ALSA +# Copyright (c) 2001 by Jaroslav Kysela +# + +snd-i2c-objs := i2c.o +snd-cs8427-objs := cs8427.o +snd-tea6330t-objs := tea6330t.o + +obj-$(CONFIG_SND) += other/ + +# Toplevel Module Dependency +obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o +obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o +obj-$(CONFIG_SND_ICE1724) += snd-i2c.o -- cgit v1.2.3-54-g00ecf