Marek Vasut | 32d5534 | 2024-03-18 16:03:14 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | include $(srctree)/scripts/Makefile.dts | ||||
4 | |||||
5 | targets += $(dtb-y) | ||||
6 | |||||
7 | # Add any required device tree compiler flags here | ||||
8 | DTC_FLAGS += -a 0x8 | ||||
9 | |||||
10 | PHONY += dtbs | ||||
11 | dtbs: $(addprefix $(obj)/, $(dtb-y)) | ||||
12 | @: | ||||
13 | |||||
14 | clean-files := */*.dtb */*.dtbo |