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

Commit 1b6de423 authored by Kaustubh Pandey's avatar Kaustubh Pandey Committed by Gerrit - the friendly Code Review server
Browse files

data-kernel: enable rmnet_perf on lito



rmnet_perf is enabled to be compiled as dlkm on lito.

Change-Id: I9092254e77a38b8bb09938596ee314b3d23def9a
Signed-off-by: default avatarKaustubh Pandey <kapandey@codeaurora.org>
parent 2e8076b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,7 @@ ifneq ($(TARGET_PRODUCT),qssi)


RMNET_PERF_DLKM_PLATFORMS_LIST := msmnile
RMNET_PERF_DLKM_PLATFORMS_LIST := msmnile
RMNET_PERF_DLKM_PLATFORMS_LIST += kona
RMNET_PERF_DLKM_PLATFORMS_LIST += kona
RMNET_PERF_DLKM_PLATFORMS_LIST += lito


ifeq ($(call is-board-platform-in-list, $(RMNET_PERF_DLKM_PLATFORMS_LIST)),true)
ifeq ($(call is-board-platform-in-list, $(RMNET_PERF_DLKM_PLATFORMS_LIST)),true)
LOCAL_PATH := $(call my-dir)
LOCAL_PATH := $(call my-dir)