diff options
Diffstat (limited to 'arch/riscv/boot/dts/Makefile')
| -rw-r--r-- | arch/riscv/boot/dts/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/arch/riscv/boot/dts/Makefile b/arch/riscv/boot/dts/Makefile index ff174996cdfd..69d8751fb17c 100644 --- a/arch/riscv/boot/dts/Makefile +++ b/arch/riscv/boot/dts/Makefile @@ -1,7 +1,14 @@ # SPDX-License-Identifier: GPL-2.0 +subdir-y += allwinner +subdir-y += andes +subdir-y += anlogic +subdir-y += canaan +subdir-y += eswin +subdir-y += microchip +subdir-y += renesas subdir-y += sifive +subdir-y += sophgo +subdir-y += spacemit subdir-y += starfive -subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan -subdir-y += microchip - -obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) +subdir-y += tenstorrent +subdir-y += thead |
