The patch titled drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y has been added to the -mm tree. Its filename is drivers-block-aoe-makefile-replace-the-use-of-module-objs-with-module-y.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this 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> 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 drivers-dma-use-the-ccflag-y-instead-of-extra_cflags.patch drivers-dma-ioat-use-the-ccflag-y-instead-of-extra_cflags.patch drivers-block-makefile-replace-the-use-of-module-objs-with-module-y.patch drivers-block-aoe-makefile-replace-the-use-of-module-objs-with-module-y.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