From: Tracey Dent Date: Sun, 21 Nov 2010 15:03:17 +0000 (+0000) Subject: Net: econet: Makefile: Remove deprecated kbuild goal definitions X-Git-Tag: v2.6.38-rc1~476^2~489 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cc0bdac399b1881626cd5512f292e396c9c96685;p=karo-tx-linux.git Net: econet: Makefile: Remove deprecated kbuild goal definitions Changed Makefile to use -y instead of -objs because -objs is deprecated and not mentioned in Documentation/kbuild/makefiles.txt. Signed-off-by: Tracey Dent Signed-off-by: David S. Miller --- diff --git a/net/econet/Makefile b/net/econet/Makefile index 39f0a77abdbd..05fae8be2fed 100644 --- a/net/econet/Makefile +++ b/net/econet/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_ECONET) += econet.o -econet-objs := af_econet.o +econet-y := af_econet.o