From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:42 +0000 (-0400) Subject: Staging: rtl8712: Makefile: replace the use of -objs with -y X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4580cd7ec22873a70a16de694262661e2af0fef8;p=linux-beck.git Staging: rtl8712: 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/rtl8712/Makefile b/drivers/staging/rtl8712/Makefile index 1ccd251fde47..6f8500c2d922 100644 --- a/drivers/staging/rtl8712/Makefile +++ b/drivers/staging/rtl8712/Makefile @@ -1,4 +1,4 @@ -r8712u-objs := \ +r8712u-y := \ rtl871x_cmd.o \ rtl8712_cmd.o \ rtl871x_security.o \