mm-drivers: Add LOCAL_MODULE_DDK_BUILD argument

A parameter is set to enable the build to be executed with DDK framework.

Change-Id: Ib98d5a990aa1cfe836d9214111bfef317a4c4fae
Signed-off-by: Varsha Suresh <quic_varssure@quicinc.com>
This commit is contained in:
Varsha Suresh
2023-03-15 16:56:03 -07:00
parent 2f76940f77
commit 8b9d1c6da8
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
LOCAL_MODULE_DDK_BUILD := true
include $(CLEAR_VARS) include $(CLEAR_VARS)
# This makefile is only for DLKM # This makefile is only for DLKM

View File

@@ -1,4 +1,5 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
LOCAL_MODULE_DDK_BUILD := true
include $(CLEAR_VARS) include $(CLEAR_VARS)
# This makefile is only for DLKM # This makefile is only for DLKM

View File

@@ -1,4 +1,5 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
LOCAL_MODULE_DDK_BUILD := true
include $(CLEAR_VARS) include $(CLEAR_VARS)
# This makefile is only for DLKM # This makefile is only for DLKM