This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2025-01-06 20:53:54 +08:00
Code
e2f11c58ae
linux-next
/
drivers
/
dma
/
ioat
/
Makefile
3 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
ioat: move to drivers/dma/ioat/ When first created the ioat driver was the only inhabitant of drivers/dma/. Now, it is the only multi-file (more than a .c and a .h) driver in the directory. Moving it to an ioat/ subdirectory allows the naming convention to be cleaned up, and allows for future splitting of the source files by hardware version (v1, v2, and v3). Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-07-29 05:32:12 +08:00
obj-$(CONFIG_INTEL_IOATDMA)
+=
ioatdma.o
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>
2010-11-07 05:01:37 +08:00
ioatdma-y
:=
pci.o dma.o dma_v2.o dma_v3.o dca.o
Copy Permalink