From 0c7023b2fb285f8c5108b95bb0c401b29712c8b1 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Fri, 8 Oct 2010 06:14:43 -0400 Subject: [PATCH] Staging: speakup: Makefile: Makefile clean up Replaced -objs with -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- drivers/staging/speakup/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/Makefile b/drivers/staging/speakup/Makefile index 9923463687cf..c5e43a59822f 100644 --- a/drivers/staging/speakup/Makefile +++ b/drivers/staging/speakup/Makefile @@ -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 \ -- 2.45.2