image: add missing DTC include directory

include-prefixes were moved to a common directory in linux v4.12, see
d5d332d3f7

This is needed for bcm27xx kernel v6.6 support.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2024-05-10 13:39:07 +02:00 committed by =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?=
parent a9ce86f16b
commit 4172836243

View File

@ -183,6 +183,7 @@ define Image/BuildDTB/sub
-I$(DTS_DIR) \
-I$(DTS_DIR)/include \
-I$(LINUX_DIR)/include/ \
-I$(LINUX_DIR)/scripts/dtc/include-prefixes \
-undef -D__DTS__ $(3) \
-o $(2).tmp $(1)
$(LINUX_DIR)/scripts/dtc/dtc -O dtb \