xref: /linux/arch/xtensa/boot/dts/Makefile (revision ff9a79307f89563da6d841da8b7cc4a0afceb0e2)
12a02bc16SStephen Warren#
22a02bc16SStephen Warren# arch/xtensa/boot/dts/Makefile
32a02bc16SStephen Warren#
42a02bc16SStephen Warren# This file is subject to the terms and conditions of the GNU General Public
52a02bc16SStephen Warren# License.  See the file "COPYING" in the main directory of this archive
62a02bc16SStephen Warren# for more details.
72a02bc16SStephen Warren#
82a02bc16SStephen Warren#
92a02bc16SStephen Warren
10129ab0d2SMasahiro Yamadaobj-$(CONFIG_OF) += $(addsuffix .dtb.o, $(CONFIG_BUILTIN_DTB_SOURCE))
112a02bc16SStephen Warren
127e7962ddSMasahiro Yamada# for CONFIG_OF_ALL_DTBS test
13*b1992c37SMasahiro Yamadadtb-	:= $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
14