xref: /kernel/linux/linux-5.10/arch/arc/boot/dts/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arc/boot/dts/
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

Indexes created Thu Nov 07 10:32:03 CST 2024