]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/riscv/dts/Makefile
dts: automatically build necessary .dtb files
[thirdparty/u-boot.git] / arch / riscv / dts / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 dtb-$(CONFIG_TARGET_AX25_AE350) += ae350_32.dtb ae350_64.dtb
4 dtb-$(CONFIG_TARGET_MICROCHIP_ICICLE) += microchip-mpfs-icicle-kit.dtb
5 dtb-$(CONFIG_TARGET_QEMU_VIRT) += qemu-virt32.dtb qemu-virt64.dtb
6 dtb-$(CONFIG_TARGET_OPENPITON_RISCV64) += openpiton-riscv64.dtb
7 dtb-$(CONFIG_TARGET_SIFIVE_UNLEASHED) += hifive-unleashed-a00.dtb
8 dtb-$(CONFIG_TARGET_SIFIVE_UNMATCHED) += hifive-unmatched-a00.dtb
9 dtb-$(CONFIG_TARGET_SIPEED_MAIX) += k210-maix-bit.dtb
10
11 include $(srctree)/scripts/Makefile.dts
12
13 targets += $(dtb-y)
14
15 DTC_FLAGS += -R 4 -p 0x1000
16
17 PHONY += dtbs
18 dtbs: $(addprefix $(obj)/, $(dtb-y))
19 @:
20
21 clean-files := *.dtb