Makefile 164 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. targets += $(dtb-y)
  3. DTC_FLAGS += -R 4 -p 0x1000
  4. PHONY += dtbs
  5. dtbs: $(addprefix $(obj)/, $(dtb-y))
  6. @:
  7. clean-files := *.dtb