datarmnet: Add redundant module checks

BoardConfig.mk is not being processed by the build system in certain
configurations. Add a duplicate check in the module specific makefile
for module enablement.

CRs-Fixed: 3593384
Change-Id: Ib87a3ea4313d42cdc5c05c3c5e896ceb3f3a01af
Signed-off-by: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
This commit is contained in:
Subash Abhinov Kasiviswanathan
2023-08-09 10:15:24 -07:00
parent 3b88b74e97
commit ce9ddb7013

View File

@@ -1,3 +1,4 @@
ifeq ($(TARGET_DATARMNET_ENABLE), true)
ifneq ($(TARGET_BOARD_PLATFORM),qssi) ifneq ($(TARGET_BOARD_PLATFORM),qssi)
RMNET_CORE_DLKM_PLATFORMS_LIST := pineapple RMNET_CORE_DLKM_PLATFORMS_LIST := pineapple
RMNET_CORE_DLKM_PLATFORMS_LIST += blair RMNET_CORE_DLKM_PLATFORMS_LIST += blair
@@ -35,3 +36,4 @@ include $(DLKM_DIR)/Build_external_kernelmodule.mk
endif #End of Check for target endif #End of Check for target
endif #End of Check for qssi target endif #End of Check for qssi target
endif #End of Check for datarmnet