18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# Built-in dtb 38c2ecf20Sopenharmony_cibuiltindtb-y := nsim_700 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciifneq ($(CONFIG_ARC_BUILTIN_DTB_NAME),"") 68c2ecf20Sopenharmony_ci builtindtb-y := $(patsubst "%",%,$(CONFIG_ARC_BUILTIN_DTB_NAME)) 78c2ecf20Sopenharmony_ciendif 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciobj-y += $(builtindtb-y).dtb.o 108c2ecf20Sopenharmony_cidtb-y := $(builtindtb-y).dtb 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci# for CONFIG_OF_ALL_DTBS test 138c2ecf20Sopenharmony_cidtstree := $(srctree)/$(src) 148c2ecf20Sopenharmony_cidtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts)) 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci# board-specific dtc flags 178c2ecf20Sopenharmony_ciDTC_FLAGS_hsdk += --pad 20 18