8 lines
340 B
Makefile
8 lines
340 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += \
|
|
foundation-v8.dtb foundation-v8-psci.dtb \
|
|
foundation-v8-gicv3.dtb foundation-v8-gicv3-psci.dtb
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb juno-r1.dtb juno-r2.dtb
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb
|
|
dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2f-1xv7-ca53x2.dtb
|