ceph: Makefile: Remove unnessary code
authorTracey Dent <tdent48227@gmail.com>
Wed, 15 Dec 2010 00:32:37 +0000 (19:32 -0500)
committerSage Weil <sage@newdream.net>
Wed, 12 Jan 2011 23:15:13 +0000 (15:15 -0800)
commit582c86e69045f37da8be445c265f72a7a73b18c6
tree4c6661ffd8b5b331ce6f1316e9556c1bda079dfb
parentdc69e2e9fcd7c613eb744ea3b9c4ee9ca554e822
ceph: Makefile: Remove unnessary code

Remove the if and else conditional because the code is in mainline and there
is no need in it being there.

Also, 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: Sage Weil <sage@newdream.net>
fs/ceph/Makefile