Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rt2870: Makefile: replace the use of <module>-objs with <module>-y

Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Tracey Dent and committed by
Greg Kroah-Hartman
b76d011d ad528602

+1 -1
+1 -1
drivers/staging/rt2870/Makefile
··· 7 7 ccflags-y += -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRT30xx -DRT3070 8 8 ccflags-y += -DDBG 9 9 10 - rt2870sta-objs := \ 10 + rt2870sta-y := \ 11 11 common/crypt_md5.o \ 12 12 common/crypt_sha2.o \ 13 13 common/crypt_hmac.o \