Explorar o código

Net: irda: irnet: 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>
Tracey Dent %!s(int64=15) %!d(string=hai) anos
pai
achega
94ee288e94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      net/irda/irnet/Makefile

+ 1 - 1
net/irda/irnet/Makefile

@@ -4,4 +4,4 @@
 
 obj-$(CONFIG_IRNET) += irnet.o
 
-irnet-objs := irnet_ppp.o irnet_irda.o
+irnet-y := irnet_ppp.o irnet_irda.o