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

Commit bac14e01 authored by Tracey Dent's avatar Tracey Dent Committed by David S. Miller
Browse files

Net: can: Makefile: Remove deprecated kbuild goal definitions



Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated and not mentioned in
Documentation/kbuild/makefiles.txt.

Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a3106d03
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@
#

obj-$(CONFIG_CAN)	+= can.o
can-objs		:= af_can.o proc.o
can-y			:= af_can.o proc.o

obj-$(CONFIG_CAN_RAW)	+= can-raw.o
can-raw-objs		:= raw.o
can-raw-y		:= raw.o

obj-$(CONFIG_CAN_BCM)	+= can-bcm.o
can-bcm-objs		:= bcm.o
can-bcm-y		:= bcm.o