]> git.openfabrics.org - ~emulex/infiniband.git/commit
drivers/block/Makefile: replace the use of <module>-objs with <module>-y
authorTracey Dent <tdent48227@gmail.com>
Wed, 19 Jan 2011 15:25:02 +0000 (08:25 -0700)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 19 Jan 2011 15:25:02 +0000 (08:25 -0700)
commit04de96c9c6981c5957aa5db39bbdc4d958d07efa
tree0ba0d513b09b874a801d718f95366ffa117cda76
parent490da40d82b31c0562d3f5edb37810f492ca1c34
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>
drivers/block/Makefile