blob: 0f3a7472a673c3d9c544b75da16baa21d2ffaecd (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0+
dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb
include $(srctree)/scripts/Makefile.dts
# Add any required device tree compiler flags here
DTC_FLAGS += -R 4
|