commit | 04de96c9c6981c5957aa5db39bbdc4d958d07efa | [log] [tgz] |
---|---|---|
author | Tracey Dent <tdent48227@gmail.com> | Wed Jan 19 08:25:02 2011 -0700 |
committer | Jens Axboe <jaxboe@fusionio.com> | Wed Jan 19 08:25:02 2011 -0700 |
tree | 0ba0d513b09b874a801d718f95366ffa117cda76 | |
parent | 490da40d82b31c0562d3f5edb37810f492ca1c34 [diff] |
drivers/block/Makefile: replace the use of <module>-objs with <module>-y Change Makefile to use <modules>-y instead of <modules>-objs because -objs is deprecated and should now be switched. According to (documentation/kbuild/makefiles.txt). Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>