The patch titled drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y has been removed from the -mm tree. Its filename was drivers-block-aoe-makefile-replace-the-use-of-module-objs-with-module-y.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y From: Tracey Dent <tdent48227@xxxxxxxxx> 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@xxxxxxxxx> Cc: "Ed L. Cashin" <ecashin@xxxxxxxxxx> Cc: Jens Axboe <axboe@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/block/aoe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/block/aoe/Makefile~drivers-block-aoe-makefile-replace-the-use-of-module-objs-with-module-y drivers/block/aoe/Makefile --- a/drivers/block/aoe/Makefile~drivers-block-aoe-makefile-replace-the-use-of-module-objs-with-module-y +++ a/drivers/block/aoe/Makefile @@ -3,4 +3,4 @@ # obj-$(CONFIG_ATA_OVER_ETH) += aoe.o -aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o +aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o _ Patches currently in -mm which might be from tdent48227@xxxxxxxxx are origin.patch kernel-gcov-makefile-use-proper-ccflag-flag-in-makefile.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html