Makefile 98 B

1234
  1. obj-$(CONFIG_DT_EASY50712) := easy50712.dtb.o
  2. $(obj)/%.dtb: $(obj)/%.dts
  3. $(call if_changed,dtc)