summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 1f1e845..3fe2807 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -7,7 +7,7 @@ TARGET_BOARD_PLATFORM := imx6
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
KERNEL_CONFIG := imx6_android_defconfig
-DT_SUPPORT := $(shell if test -e ../../../kernel/arch/arm/boot/dts/imx6q-sabrelite.dts; then echo -n yes; else echo -n no; fi )
+DT_SUPPORT := $(shell if test -e kernel/arch/arm/boot/dts/imx6q-sabrelite.dts; then echo -n yes; else echo -n no; fi )
ifneq ($(DT_SUPPORT),no)
DEVICE_TREES := imx6q-sabrelite:board.dtb
endif