summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandrasekhar Mattaparthy <quic_cmattapa@quicinc.com>2022-10-13 00:57:51 +0530
committerChandrasekhar Mattaparthy <quic_cmattapa@quicinc.com>2022-10-13 00:58:37 +0530
commita94496216997dccf4647322756c78b1d74cb5e22 (patch)
tree0bba0cd2f207901d3b5f05e6333e01ab3a39a604
parent7f7cc36da0af8d273d4d5423130f6b2364bbe146 (diff)
downloadmmrm-a94496216997dccf4647322756c78b1d74cb5e22.tar.gz
mmrm-driver: add device qcom common dir path with macro
add device qcom common dir path with macro and open source path with macro. Change-Id: Ib2835b4ee89fa829e615aa95ce2ac53884bf1b1c
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 9aa6e30..1009896 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-MMRM_BLD_DIR := $(shell pwd)/vendor/qcom/opensource/mmrm-driver
+MMRM_BLD_DIR := $(shell pwd)/$(BOARD_OPENSOURCE_DIR)/mmrm-driver
# Build msm-mmrm.ko
###########################################################
@@ -7,7 +7,7 @@ KBUILD_OPTIONS := MMRM_ROOT=$(MMRM_BLD_DIR)
KBUILD_OPTIONS += BOARD_PLATFORM=$(TARGET_BOARD_PLATFORM)
###########################################################
-DLKM_DIR := device/qcom/common/dlkm
+DLKM_DIR := $(BOARD_COMMON_DIR)/dlkm
LOCAL_PATH := $(call my-dir)