Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2# Built-in dtb
3builtindtb-y := nsim_700
4
5ifneq ($(CONFIG_ARC_BUILTIN_DTB_NAME),)
6 builtindtb-y := $(CONFIG_ARC_BUILTIN_DTB_NAME)
7endif
8
9obj-y += $(builtindtb-y).dtb.o
10dtb-y := $(builtindtb-y).dtb
11
12# for CONFIG_OF_ALL_DTBS test
13dtb- := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
14
15# board-specific dtc flags
16DTC_FLAGS_hsdk += --pad 20