Makefile 238 B

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