]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Net: rds: Makefile: Remove deprecated items
authorTracey Dent <tdent48227@gmail.com>
Sun, 21 Nov 2010 15:03:25 +0000 (15:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Nov 2010 16:16:15 +0000 (08:16 -0800)
commit094f2faaa2c4973e50979158f655a1d31a97ba98
tree8b6750651a560689e62927192878e1520bfb1fcd
parent927a41f50c83b539fde5c01911f4968d717199bf
Net: rds: Makefile: Remove deprecated items

Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated and not mentioned in
Documentation/kbuild/makefiles.txt.

Also, use the ccflags-$ flag instead of EXTRA_CFLAGS because EXTRA_CFLAGS is
deprecated and should now be switched.

Last but not least, took out if-conditionals.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/Makefile