mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
The dtbs: target is almost identical in all architecture Makefiles. All architecture Makefiles include scripts/Makefile.dts . Deduplicate the dtbs: target into scripts/Makefile.dts . No functional change. Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Caleb Connolly <caleb.connolly@linaro.org> #qcom, OF_UPSTREAM
15 lines
475 B
Makefile
15 lines
475 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
dtb-$(CONFIG_TARGET_AXS101) += axs101.dtb
|
|
dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb
|
|
dtb-$(CONFIG_TARGET_NSIM) += nsim.dtb
|
|
dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb
|
|
dtb-$(CONFIG_TARGET_EMSDP) += emsdp.dtb
|
|
dtb-$(CONFIG_TARGET_HSDK) += hsdk.dtb hsdk-4xd.dtb
|
|
dtb-$(CONFIG_TARGET_IOT_DEVKIT) += iot_devkit.dtb
|
|
|
|
include $(srctree)/scripts/Makefile.dts
|
|
|
|
# Add any required device tree compiler flags here
|
|
DTC_FLAGS += -R 4 -p 0x1000
|