Makefile 254 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0+
  2. dtb-$(CONFIG_TARGET_ADP_AG101P) += ag101p.dtb
  3. dtb-$(CONFIG_TARGET_ADP_AE3XX) += ae3xx.dtb
  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