From a3ada04967da2684978d321e860fadcf0f66dba4 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 4 May 2011 09:53:10 -0700 Subject: [PATCH] --- yaml --- r: 248134 b: refs/heads/master c: f428c94c842343b8580751cf637794050ca12d77 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/lola/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a79e75546c4d..9af7440b4fb0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2e0192519b31974009c0da55dc39c497240df06 +refs/heads/master: f428c94c842343b8580751cf637794050ca12d77 diff --git a/trunk/sound/pci/lola/Makefile b/trunk/sound/pci/lola/Makefile index 674715a84965..8178a2a59d00 100644 --- a/trunk/sound/pci/lola/Makefile +++ b/trunk/sound/pci/lola/Makefile @@ -1,3 +1,4 @@ snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o -obj-m = snd-lola.o + +obj-$(CONFIG_SND_LOLA) += snd-lola.o