Makefile 267 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0+
  2. dtb-$(CONFIG_XTFPGA) += ml605.dtb ml605_nommu.dtb kc705.dtb kc705_nommu.dtb
  3. include $(srctree)/scripts/Makefile.dts
  4. targets += $(dtb-y)
  5. DTC_FLAGS +=
  6. PHONY += dtbs
  7. dtbs: $(addprefix $(obj)/, $(dtb-y))
  8. @:
  9. clean-files := *.dtb