From 23d18860db3c166d0ff855c3fb347495c79ae510 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Thu, 7 Oct 2010 20:01:24 -0400 Subject: [PATCH] Staging: comedi: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- drivers/staging/comedi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/Makefile b/drivers/staging/comedi/Makefile index 20afea301c87..8dbd306fef88 100644 --- a/drivers/staging/comedi/Makefile +++ b/drivers/staging/comedi/Makefile @@ -3,7 +3,7 @@ obj-$(CONFIG_COMEDI) += comedi.o obj-$(CONFIG_COMEDI) += kcomedilib/ obj-$(CONFIG_COMEDI) += drivers/ -comedi-objs := \ +comedi-y := \ comedi_fops.o \ proc.o \ range.o \ -- 2.39.2