include: Include new location for DT bindings in kernel 4.12

This commit is contained in:
coolsnowwolf 2017-10-24 23:21:06 +08:00
parent 9032647645
commit 4cb2f96c71

View File

@ -161,6 +161,7 @@ define Image/BuildDTB
$(TARGET_CROSS)cpp -nostdinc -x assembler-with-cpp \
-I$(DTS_DIR) \
-I$(DTS_DIR)/include \
-I$(LINUX_DIR)/include/ \
-undef -D__DTS__ $(3) \
-o $(2).tmp $(1)
$(LINUX_DIR)/scripts/dtc/dtc -O dtb \