xref: /linux/scripts/dtc/include-prefixes/nios2/Makefile (revision 5709be4c35ba760b001733939e20069de033a697)
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