cleanup drivers/md/Makefile
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Mar 2009 03:27:02 +0000 (14:27 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 31 Mar 2009 03:27:02 +0000 (14:27 +1100)
commit2a40a8aed083d988df6822bb9b1b08fb7ce21e1d
tree73b814307d6c6beaea2013496518696f515f7cf4
parent3dbd8c2e3ff0185585e068f190289d2a267a3e83
cleanup drivers/md/Makefile

Use the -y variables instead of the old -objs so we can easily add
conditional objects to the modules.  Also always use += to add
subobjects to avoid problems when placing additional objects in
some place in the file.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/Makefile