Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04de96c9 authored by Tracey Dent's avatar Tracey Dent Committed by Jens Axboe
Browse files

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: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 490da40d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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