Makefile 255 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0+
  2. dtb-y += $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%).dtb
  3. include $(srctree)/scripts/Makefile.dts
  4. targets += $(dtb-y)
  5. DTC_FLAGS += -R 4 -p 0x1000
  6. PHONY += dtbs
  7. dtbs: $(addprefix $(obj)/, $(dtb-y))
  8. @:
  9. clean-files := *.dtb