]> git.baikalelectronics.ru Git - kernel.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)
commit74080402c8fa6d90e54117b2a21af43623bddee1
tree8b6750651a560689e62927192878e1520bfb1fcd
parent5479e87a796d8eae977da5f90acef431335fcafb
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