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

Staging: rtl8712: 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
4580cd7e 32a65d4e

+1 -1
+1 -1
drivers/staging/rtl8712/Makefile
··· 1 - r8712u-objs := \ 1 + r8712u-y := \ 2 2 rtl871x_cmd.o \ 3 3 rtl8712_cmd.o \ 4 4 rtl871x_security.o \