# # arch/xtensa/boot/dts/Makefile # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # BUILTIN_DTB_SOURCE := $(patsubst "%",%,$([31mCONFIG_BUILTIN_DTB_SOURCE[0m)).dtb.o ifneq ($([31mCONFIG_BUILTIN_DTB_SOURCE[0m),"") obj-$([31mCONFIG_OF[0m) += $(BUILTIN_DTB_SOURCE) endif # for [31mCONFIG_OF_ALL_DTBS[0m test dtstree := $(srctree)/$(src) dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts)) |