mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +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
28 lines
606 B
Makefile
28 lines
606 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
dtb-y += bayleybay.dtb \
|
|
cherryhill.dtb \
|
|
chromebook_coral.dtb \
|
|
chromebook_link.dtb \
|
|
chromebox_panther.dtb \
|
|
chromebook_samus.dtb \
|
|
conga-qeval20-qa3-e3845.dtb \
|
|
coreboot.dtb \
|
|
cougarcanyon2.dtb \
|
|
crownbay.dtb \
|
|
dfi-bt700-q7x-151.dtb \
|
|
edison.dtb \
|
|
efi-x86_app.dtb \
|
|
efi-x86_payload.dtb \
|
|
galileo.dtb \
|
|
minnowmax.dtb \
|
|
qemu-x86_i440fx.dtb \
|
|
qemu-x86_q35.dtb \
|
|
theadorable-x86-dfi-bt700.dtb \
|
|
slimbootloader.dtb \
|
|
baytrail_som-db5800-som-6867.dtb
|
|
|
|
include $(srctree)/scripts/Makefile.dts
|
|
|
|
DTC_FLAGS += -R 4 -p $(if $(CONFIG_EFI_APP),0x8000,0x1000)
|