Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Net: sunrpc: auth_gss: 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>

authored by

Tracey Dent and committed by
David S. Miller
fdb26195 9ed05ad3

+2 -2
+2 -2
net/sunrpc/auth_gss/Makefile
··· 4 4 5 5 obj-$(CONFIG_SUNRPC_GSS) += auth_rpcgss.o 6 6 7 - auth_rpcgss-objs := auth_gss.o gss_generic_token.o \ 7 + auth_rpcgss-y := auth_gss.o gss_generic_token.o \ 8 8 gss_mech_switch.o svcauth_gss.o 9 9 10 10 obj-$(CONFIG_RPCSEC_GSS_KRB5) += rpcsec_gss_krb5.o 11 11 12 - rpcsec_gss_krb5-objs := gss_krb5_mech.o gss_krb5_seal.o gss_krb5_unseal.o \ 12 + rpcsec_gss_krb5-y := gss_krb5_mech.o gss_krb5_seal.o gss_krb5_unseal.o \ 13 13 gss_krb5_seqnum.o gss_krb5_wrap.o gss_krb5_crypto.o gss_krb5_keys.o