# # 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 := $(patsubst "%",%,$([31mCONFIG_BUILTIN_DTB[0m)).dtb.o ifneq ($([31mCONFIG_BUILTIN_DTB[0m),"") obj-$([31mCONFIG_OF[0m) += $(BUILTIN_DTB) endif dtstree := $(srctree)/$(src) dtb-$([31mCONFIG_OF_ALL_DTBS[0m) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts)) always += $(dtb-y) clean-files += *.dtb *.dtb.S |