1
0
Fork 0

Net: econet: 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>
hifive-unleashed-5.1
Tracey Dent 2010-11-21 15:03:17 +00:00 committed by David S. Miller
parent 22674a24b4
commit cc0bdac399
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
obj-$(CONFIG_ECONET) += econet.o
econet-objs := af_econet.o
econet-y := af_econet.o