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