Commit 9ed05ad3 authored by Tracey Dent's avatar Tracey Dent Committed by David S. Miller

Net: rxrpc: 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 094f2faa
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Makefile for Linux kernel RxRPC # Makefile for Linux kernel RxRPC
# #
af-rxrpc-objs := \ af-rxrpc-y := \
af_rxrpc.o \ af_rxrpc.o \
ar-accept.o \ ar-accept.o \
ar-ack.o \ ar-ack.o \
...@@ -21,7 +21,7 @@ af-rxrpc-objs := \ ...@@ -21,7 +21,7 @@ af-rxrpc-objs := \
ar-transport.o ar-transport.o
ifeq ($(CONFIG_PROC_FS),y) ifeq ($(CONFIG_PROC_FS),y)
af-rxrpc-objs += ar-proc.o af-rxrpc-y += ar-proc.o
endif endif
obj-$(CONFIG_AF_RXRPC) += af-rxrpc.o obj-$(CONFIG_AF_RXRPC) += af-rxrpc.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment