1# SPDX-License-Identifier: GPL-2.0+ 2 3dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb 4 5include $(srctree)/scripts/Makefile.dts 6 7# Add any required device tree compiler flags here 8DTC_FLAGS += -R 4 9