1# SPDX-License-Identifier: GPL-2.0+
2
3include $(srctree)/scripts/Makefile.dts
4
5targets += $(dtb-y)
6
7# Add any required device tree compiler flags here
8DTC_FLAGS += -a 0x8
9
10PHONY += dtbs
11dtbs: $(addprefix $(obj)/, $(dtb-y))
12	@:
13
14clean-files := */*.dtb */*.dtbo
15