]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arc/boot/dts/Makefile
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.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
7e7962dd
MY
14# for CONFIG_OF_ALL_DTBS test
15dtstree := $(srctree)/$(src)
16dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))