From 45e9a70f541ca339c37f9431d158bce39fa20dab Mon Sep 17 00:00:00 2001 From: Abhijith Desai Date: Mon, 24 Jan 2022 13:58:05 +0530 Subject: [PATCH] update source and include paths for LE Change-Id: I6d04b1d2846364cda2935d143c98194c54159482 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 531a1b52..642fcc64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only -DISPLAY_ROOT=$(ROOTDIR)vendor/qcom/opensource/display-drivers +DISPLAY_ROOT=$(ROOTDIR)display/vendor/qcom/opensource/display-drivers CONFIG_DRM_MSM=$(MODULE_DRM_MSM) KBUILD_OPTIONS := DISPLAY_ROOT=$(DISPLAY_ROOT) CONFIG_DRM_MSM=$(CONFIG_DRM_MSM)