Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGS

Changed Makefile to use <modules>-y instead of <modules>-objs. Following
(documentation/kbuild/makefiles.txt).

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>

authored by

Tracey Dent and committed by
Dan Williams
bca364d3 87e51107

+1 -1
+1 -1
drivers/dma/ioat/Makefile
··· 1 1 obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o 2 - ioatdma-objs := pci.o dma.o dma_v2.o dma_v3.o dca.o 2 + ioatdma-y := pci.o dma.o dma_v2.o dma_v3.o dca.o