xref: /linux/arch/nios2/boot/dts/Makefile (revision 18f0817d2e9af479a40a1be4d83a849894d6b3f8)
1# SPDX-License-Identifier: GPL-2.0
2
3dtb-y := $(addsuffix .dtb, $(CONFIG_BUILTIN_DTB_NAME))
4
5dtb-$(CONFIG_OF_ALL_DTBS) += $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
6