Makefile 159 B

1234567
  1. BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB)).dtb.o
  2. ifneq ($(CONFIG_BUILTIN_DTB),"")
  3. obj-$(CONFIG_OF) += $(BUILTIN_DTB)
  4. endif
  5. clean-files := *.dtb.S