Makefile 238 B

12345678910111213141516
  1. #
  2. # SPDX-License-Identifier: GPL-2.0+
  3. #
  4. dtb-$(CONFIG_SANDBOX) += sandbox.dtb
  5. dtb-$(CONFIG_UT_DM) += test.dtb
  6. targets += $(dtb-y)
  7. DTC_FLAGS += -R 4 -p 0x1000
  8. PHONY += dtbs
  9. dtbs: $(addprefix $(obj)/, $(dtb-y))
  10. @:
  11. clean-files := *.dtb