datarmnet: Add support for Blair target
Added support for blair target in rmnet driver. Change-Id: I1a4155e9455246a8fcc2857813b492ddd2893911 Signed-off-by: Kaustubh Pandey<quic_kapandey@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
e43b2d12d5
commit
7fbe7c7cda
@@ -1,5 +1,6 @@
|
||||
ifneq ($(TARGET_BOARD_PLATFORM),qssi)
|
||||
RMNET_CORE_DLKM_PLATFORMS_LIST := pineapple
|
||||
RMNET_CORE_DLKM_PLATFORMS_LIST += blair
|
||||
|
||||
ifeq ($(call is-board-platform-in-list, $(RMNET_CORE_DLKM_PLATFORMS_LIST)),true)
|
||||
#Make file to create RMNET_CORE DLKM
|
||||
|
@@ -1,4 +1,4 @@
|
||||
ifneq (, $(filter y, $(CONFIG_ARCH_PINEAPPLE)))
|
||||
ifneq (, $(filter y, $(CONFIG_ARCH_PINEAPPLE) $(CONFIG_ARCH_BLAIR)))
|
||||
ccflags-y += -DRMNET_LA_PLATFORM
|
||||
endif
|
||||
|
||||
@@ -28,7 +28,7 @@ rmnet_core-y += \
|
||||
rmnet_qmap.o \
|
||||
rmnet_ll_qmap.o
|
||||
|
||||
ifneq (, $(filter y, $(CONFIG_ARCH_PINEAPPLE)))
|
||||
ifneq (, $(filter y, $(CONFIG_ARCH_PINEAPPLE) $(CONFIG_ARCH_BLAIR)))
|
||||
obj-m += rmnet_ctl.o
|
||||
rmnet_ctl-y := \
|
||||
rmnet_ctl_client.o \
|
||||
|
@@ -11,6 +11,7 @@ endif
|
||||
ifeq ($(TARGET_DATARMNET_ENABLE), true)
|
||||
#Build rmnet core
|
||||
DATA_DLKM_BOARD_PLATFORMS_LIST := pineapple
|
||||
DATA_DLKM_BOARD_PLATFORMS_LIST += blair
|
||||
|
||||
ifneq ($(TARGET_BOARD_AUTO),true)
|
||||
ifeq ($(call is-board-platform-in-list,$(DATA_DLKM_BOARD_PLATFORMS_LIST)),true)
|
||||
|
Reference in New Issue
Block a user