]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: speakup: Makefile: Makefile clean up
authorTracey Dent <tdent48227@gmail.com>
Fri, 8 Oct 2010 10:14:43 +0000 (06:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 14:26:24 +0000 (07:26 -0700)
Replaced <modules>-objs with <modules>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/speakup/Makefile

index 9923463687cf87c96167e14224460d2e4f60454b..c5e43a59822fa511797c27eef53433647ba3e84e 100644 (file)
@@ -15,7 +15,7 @@ obj-$(CONFIG_SPEAKUP_SYNTH_TXPRT) += speakup_txprt.o
 obj-$(CONFIG_SPEAKUP_SYNTH_DUMMY) += speakup_dummy.o
 
 obj-$(CONFIG_SPEAKUP) += speakup.o
-speakup-objs := \
+speakup-y := \
        buffers.o \
        devsynth.o \
        i18n.o \