The patch titled drivers/dma/ioat: use the ccflag-y instead of EXTRA_CFLAGS has been added to the -mm tree. Its filename is drivers-dma-ioat-use-the-ccflag-y-instead-of-extra_cflags.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/dma/ioat: use the ccflag-y instead of EXTRA_CFLAGS From: Tracey Dent <tdent48227@xxxxxxxxx> Change Makefile to use <modules>-y instead of <modules>-objs. Following (documentation/kbuild/makefiles.txt). Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/dma/ioat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/dma/ioat/Makefile~drivers-dma-ioat-use-the-ccflag-y-instead-of-extra_cflags drivers/dma/ioat/Makefile --- a/drivers/dma/ioat/Makefile~drivers-dma-ioat-use-the-ccflag-y-instead-of-extra_cflags +++ a/drivers/dma/ioat/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o -ioatdma-objs := pci.o dma.o dma_v2.o dma_v3.o dca.o +ioatdma-y := pci.o dma.o dma_v2.o dma_v3.o dca.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