This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-15 07:33:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6f357de854
linux
/
drivers
/
dma
/
ioat
/
Makefile
3 lines
88 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-28 21:32:12 +00:00
obj-$(CONFIG_INTEL_IOATDMA)
+=
ioatdma.o
dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 references Moving the relevant functions to their respective .c files and removal of dma_v3.c file. Also removed various ioat3 references when appropriate. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Acked-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2015-08-11 15:48:55 +00:00
ioatdma-y
:=
init.o dma.o prep.o dca.o sysfs.o
Reference in New Issue
Copy Permalink