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

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

Net: lapb: 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 94ee288e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@

obj-$(CONFIG_LAPB) += lapb.o

lapb-objs := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o
lapb-y := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o