From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:38 +0000 (-0400) Subject: Staging: rt2860: Makefile: replace the use of -objs with -y X-Git-Tag: v2.6.37-rc1~60^2~3^2~237 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ad528602539a40b73906b12d672fa3e1322e56bd;p=linux.git Staging: rt2860: 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/rt2860/Makefile b/drivers/staging/rt2860/Makefile index d816ddb5502b..6dd0aa5d0791 100644 --- a/drivers/staging/rt2860/Makefile +++ b/drivers/staging/rt2860/Makefile @@ -6,7 +6,7 @@ ccflags-y += -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRT2860 ccflags-y += -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRT30xx -DRT3090 ccflags-y += -DDBG -rt2860sta-objs := \ +rt2860sta-y := \ common/crypt_md5.o \ common/crypt_sha2.o \ common/crypt_hmac.o \