This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
275149
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
1ea6b8f489
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1ea6b8f489'
${ noResults }
kernel_samsung_sm7125
/
drivers
/
dma
/
ioat
/
Makefile
3 lines
90 B
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>
16 years ago
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>
14 years ago
ioatdma-y
:=
pci.o dma.o dma_v2.o dma_v3.o dca.o