Sumit Garg | f7e5284 | 2024-02-22 15:06:01 +0530 | [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 |