datarmnet-ext: Enable offload and shs for holi
Enable offload and shs for holi. Change-Id: I5e3a39942ecded1cd72189e5650339ac09700f5d Signed-off-by: Kaustubh Pandey <kapandey@codeaurora.org>
This commit is contained in:
parent
cab6909136
commit
54b5063c33
@ -1,5 +1,6 @@
|
||||
#Build rmnet modules
|
||||
DATA_DLKM_BOARD_PLATFORMS_LIST := lahaina
|
||||
DATA_DLKM_BOARD_PLATFORMS_LIST += holi
|
||||
ifneq ($(TARGET_BOARD_AUTO),true)
|
||||
ifeq ($(call is-board-platform-in-list,$(DATA_DLKM_BOARD_PLATFORMS_LIST)),true)
|
||||
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/rmnet_offload.ko
|
||||
|
@ -2,6 +2,7 @@ ifneq ($(TARGET_BOARD_AUTO),true)
|
||||
ifneq ($(TARGET_PRODUCT),qssi)
|
||||
|
||||
RMNET_OFFLOAD_DLKM_PLATFORMS_LIST := lahaina
|
||||
RMNET_OFFLOAD_DLKM_PLATFORMS_LIST += holi
|
||||
|
||||
ifeq ($(call is-board-platform-in-list, $(RMNET_OFFLOAD_DLKM_PLATFORMS_LIST)),true)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
@ -1,5 +1,6 @@
|
||||
ifneq ($(TARGET_PRODUCT),qssi)
|
||||
RMNET_SHS_DLKM_PLATFORMS_LIST := lahaina
|
||||
RMNET_SHS_DLKM_PLATFORMS_LIST += holi
|
||||
|
||||
ifeq ($(call is-board-platform-in-list, $(RMNET_SHS_DLKM_PLATFORMS_LIST)),true)
|
||||
#Make file to create RMNET_SHS DLKM
|
||||
|
Loading…
Reference in New Issue
Block a user