Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4acac2c2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "data-kernel: enabling support for rmnet_shs on lito"

parents f9de4d0f 944fc815
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#Build rmnet perf & shs
DATA_DLKM_BOARD_PLATFORMS_LIST := msmnile
DATA_DLKM_BOARD_PLATFORMS_LIST += kona
DATA_DLKM_BOARD_PLATFORMS_LIST += lito
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_shs.ko
+1 −0
Original line number Diff line number Diff line
ifneq ($(TARGET_PRODUCT),qssi)
RMNET_SHS_DLKM_PLATFORMS_LIST := msmnile
RMNET_SHS_DLKM_PLATFORMS_LIST += kona
RMNET_SHS_DLKM_PLATFORMS_LIST += lito

ifeq ($(call is-board-platform-in-list, $(RMNET_SHS_DLKM_PLATFORMS_LIST)),true)
#Make file to create RMNET_SHS DLKM