1dtb-y += sh7751-r2dplus.dtb
2
3include $(srctree)/scripts/Makefile.dts
4
5targets += $(dtb-y)
6
7# Add any required device tree compiler flags here
8DTC_FLAGS +=
9
10PHONY += dtbs
11dtbs: $(addprefix $(obj)/, $(dtb-y))
12	@:
13
14clean-files := *.dtb *_HS
15