Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
5b20fef5c38bb73d89082649a3ff6e022986a4e2
/
.
/
drivers
/
iommu
/
Makefile
blob: 532a50182854176ce080875beeb56b82788b8a7a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
obj
-
$
(
CONFIG_IOMMU
)
+=
iommu
-
uclass
.
o
obj
-
$
(
CONFIG_APPLE_DART
)
+=
apple_dart
.
o
obj
-
$
(
CONFIG_SANDBOX
)
+=
sandbox_iommu
.
o
obj
-
$
(
CONFIG_ARM_SMMU
)
+=
arm
-
smmu
.
o