From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:24 +0000 (-0400) Subject: Staging: comedi: Makefile: replace the use of -objs with -y X-Git-Tag: v2.6.37-rc1~60^2~3^2~223 X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=23d18860db3c166d0ff855c3fb347495c79ae510 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 --- diff --git a/drivers/staging/comedi/Makefile b/drivers/staging/comedi/Makefile index 20afea301c8..8dbd306fef8 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 \