Makefile 200 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0+
  2. targets += $(dtb-y)
  3. # Add any required device tree compiler flags here
  4. DTC_FLAGS +=
  5. PHONY += dtbs
  6. dtbs: $(addprefix $(obj)/, $(dtb-y))
  7. @:
  8. clean-files := *.dtb