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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user