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: Ubuntu-5.10.0-12.13~26615^2~3^2~223 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=23d18860db3c166d0ff855c3fb347495c79ae510;p=mirror_ubuntu-hirsute-kernel.git 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 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 \