mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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: Tracey Dent <tdent48227@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
94ee288e94
commit
64387df8da
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
obj-$(CONFIG_LAPB) += lapb.o
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user