Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79ad8cbf authored by Tracey Dent's avatar Tracey Dent Committed by Greg Kroah-Hartman
Browse files

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



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

Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4580cd7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ccflags-y += -DENABLE_LPS

#ccflags-y := -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y

r8187se-objs :=			\
r8187se-y :=			\
		r8180_core.o		\
		r8180_wx.o		\
		r8180_rtl8225z2.o	\