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>
This commit is contained in:
Tracey Dent 2010-11-21 15:03:22 +00:00 коммит произвёл David S. Miller
Родитель cd30c62024
Коммит 94ee288e94
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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