xref: /kernel/linux/linux-6.6/arch/arc/boot/dts/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/arc/boot/dts/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci# Built-in dtb
362306a36Sopenharmony_cibuiltindtb-y		:= nsim_700
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciifneq ($(CONFIG_ARC_BUILTIN_DTB_NAME),)
662306a36Sopenharmony_ci	builtindtb-y	:= $(CONFIG_ARC_BUILTIN_DTB_NAME)
762306a36Sopenharmony_ciendif
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciobj-y   += $(builtindtb-y).dtb.o
1062306a36Sopenharmony_cidtb-y := $(builtindtb-y).dtb
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci# for CONFIG_OF_ALL_DTBS test
1362306a36Sopenharmony_cidtstree	:= $(srctree)/$(src)
1462306a36Sopenharmony_cidtb-	:= $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci# board-specific dtc flags
1762306a36Sopenharmony_ciDTC_FLAGS_hsdk += --pad 20
18

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