Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
drivers
/
dma
/
dw
/
Makefile
blob: 2b949c2e45045f3afb8c1ef45b4293c3ec11ac42 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
obj
-
$
(
CONFIG_DW_DMAC_CORE
)
+=
dw_dmac_core
.
o
dw_dmac_core
-
objs
:=
core
.
o
obj
-
$
(
CONFIG_DW_DMAC
)
+=
dw_dmac
.
o
dw_dmac
-
objs
:=
platform
.
o
obj
-
$
(
CONFIG_DW_DMAC_PCI
)
+=
dw_dmac_pci
.
o
dw_dmac_pci
-
objs
:=
pci
.
o