Skip to content

Commit

Permalink
drivers/block/Makefile: replace the use of <module>-objs with <module>-y
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Tdent48227 authored and Jens Axboe committed Jan 19, 2011
1 parent 490da40 commit 04de96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
obj-$(CONFIG_BLK_DEV_DRBD) += drbd/
obj-$(CONFIG_BLK_DEV_RBD) += rbd.o

swim_mod-objs := swim.o swim_asm.o
swim_mod-y := swim.o swim_asm.o

0 comments on commit 04de96c

Please sign in to comment.