From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:26 +0000 (-0400) Subject: Staging: cx25821: Makefile: replace the use of -objs with -y X-Git-Tag: firefly_0821_release~7613^2~3583^2~3^2~225 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=88efaabced525ff2c372976b9408f810806d3a33;p=firefly-linux-kernel-4.4.55.git Staging: cx25821: 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/cx25821/Makefile b/drivers/staging/cx25821/Makefile index 6448364a4998..aedde18c68f9 100644 --- a/drivers/staging/cx25821/Makefile +++ b/drivers/staging/cx25821/Makefile @@ -1,4 +1,4 @@ -cx25821-objs := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ +cx25821-y := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ cx25821-gpio.o cx25821-medusa-video.o \ cx25821-video.o cx25821-video-upstream.o \ cx25821-video-upstream-ch2.o \