Skip to content

Commit

Permalink
drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGS
Browse files Browse the repository at this point in the history
Changed Makefile to use <modules>-y instead of <modules>-objs. Following
(documentation/kbuild/makefiles.txt).

Signed-off-by: Tracey Dent <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
Tdent48227 authored and djbw committed Dec 4, 2010
1 parent 87e5110 commit bca364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/ioat/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bca364d

Please sign in to comment.