1 # SPDX-License-Identifier: GPL-2.0 2 # Built-in dtb 3 builtindtb-y := nsim_700 4 5 ifneq ($(CONFIG_ARC_BUILTIN_DTB_NAME),) 6 builtindtb-y := $(CONFIG_ARC_BUILTIN_DTB_NAME) 7 endif 8 9 obj-y += $(builtindtb-y).dtb.o 10 dtb-y := $(builtindtb-y).dtb 11 12 # for CONFIG_OF_ALL_DTBS test 13 dtb- := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts)) 14 15 # board-specific dtc flags 16 DTC_FLAGS_hsdk += --pad 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.