summaryrefslogtreecommitdiff
path: root/arch/nios2/boot/dts/Makefile
blob: 1b8f41c4154f268e91549e8f7edd82a9bce8b9ba (plain)
1
2
3
4
5
# SPDX-License-Identifier: GPL-2.0

dtb-y := $(addsuffix .dtb, $(CONFIG_BUILTIN_DTB_NAME))

dtb-$(CONFIG_OF_ALL_DTBS) += $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))