]> Git Repo - u-boot.git/blob - arch/arc/dts/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / arch / arc / dts / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 dtb-$(CONFIG_TARGET_AXS101) +=  axs101.dtb
4 dtb-$(CONFIG_TARGET_AXS103) +=  axs103.dtb
5 dtb-$(CONFIG_TARGET_NSIM) +=  nsim.dtb
6 dtb-$(CONFIG_TARGET_TB100) +=  abilis_tb100.dtb
7 dtb-$(CONFIG_TARGET_EMSDP) +=  emsdp.dtb
8 dtb-$(CONFIG_TARGET_HSDK) +=  hsdk.dtb hsdk-4xd.dtb
9 dtb-$(CONFIG_TARGET_IOT_DEVKIT) +=  iot_devkit.dtb
10
11 include $(srctree)/scripts/Makefile.dts
12
13 # Add any required device tree compiler flags here
14 DTC_FLAGS += -R 4 -p 0x1000
This page took 0.029152 seconds and 4 git commands to generate.