License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arc / boot / dts / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
999159a5 2# Built-in dtb
fd155792 3builtindtb-y := nsim_700
999159a5
VG
4
5ifneq ($(CONFIG_ARC_BUILTIN_DTB_NAME),"")
6 builtindtb-y := $(patsubst "%",%,$(CONFIG_ARC_BUILTIN_DTB_NAME))
7endif
8
9obj-y += $(builtindtb-y).dtb.o
10375ccc 10dtb-y := $(builtindtb-y).dtb
999159a5 11
a89516b3
VG
12.SECONDARY: $(obj)/$(builtindtb-y).dtb.S
13
b83abc8c
RH
14dtstree := $(srctree)/$(src)
15dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
999159a5 16
10375ccc 17always := $(dtb-y)
a89516b3 18clean-files := *.dtb *.dtb.S