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