Makefile 108 B

123
  1. ifneq ($(CONFIG_BUILTIN_DTB_SOURCE),"")
  2. obj-y += $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_SOURCE)).dtb.o
  3. endif