This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-01 05:56:40 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
94fb175c04
linux_dsm_epyc7002
/
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 04:32:12 +07: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 04:01:37 +07:00
ioatdma-y
:=
pci.o dma.o dma_v2.o dma_v3.o dca.o
Reference in New Issue
Copy Permalink