From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- sound/i2c/other/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sound/i2c/other/Makefile (limited to 'sound/i2c/other/Makefile') diff --git a/sound/i2c/other/Makefile b/sound/i2c/other/Makefile new file mode 100644 index 00000000..c95d8f1a --- /dev/null +++ b/sound/i2c/other/Makefile @@ -0,0 +1,17 @@ +# +# Makefile for ALSA +# Copyright (c) 2003 by Jaroslav Kysela +# + +snd-ak4114-objs := ak4114.o +snd-ak4117-objs := ak4117.o +snd-ak4113-objs := ak4113.o +snd-ak4xxx-adda-objs := ak4xxx-adda.o +snd-pt2258-objs := pt2258.o +snd-tea575x-tuner-objs := tea575x-tuner.o + +# Module Dependency +obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o +obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o +obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o snd-ak4113.o snd-ak4xxx-adda.o snd-pt2258.o +obj-$(CONFIG_SND_TEA575X) += snd-tea575x-tuner.o -- cgit