qcacld-3.0: Kbuild: Cleanup FTM_TIME_SYNC_OBJS logic
Currently FTM_TIME_SYNC_OBJS are added to OBJS when CONFIG_FEATURE_WLAN_TIME_SYNC_FTM is enabled. An upcoming change requires that assignments to OBJS be unconditional. Fortunately the assignment of .o files to FTM_TIME_SYNC_OBJS is already conditional upon CONFIG_FEATURE_WLAN_TIME_SYNC_FTM so remove the condition from the assignment to OBJS. Change-Id: I57fd2c08f6c732018d50a232156e3b29c0fac285 CRs-Fixed: 2867921
Este commit está contenido en:
4
Kbuild
4
Kbuild
@@ -2586,15 +2586,11 @@ ifeq ($(CONFIG_WLAN_FEATURE_PKT_CAPTURE), y)
|
||||
OBJS += $(PKT_CAPTURE_OBJS)
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_FEATURE_WLAN_TIME_SYNC_FTM), y)
|
||||
OBJS += $(FTM_TIME_SYNC_OBJS)
|
||||
endif
|
||||
|
||||
OBJS += $(UMAC_DISP_OBJS)
|
||||
OBJS += $(UMAC_SCAN_OBJS)
|
||||
OBJS += $(UMAC_COMMON_OBJS)
|
||||
OBJS += $(WCFG_OBJS)
|
||||
|
||||
OBJS += $(UMAC_SPECTRAL_OBJS)
|
||||
OBJS += $(UMAC_DBR_OBJS)
|
||||
OBJS += $(WLAN_CFR_OBJS)
|
||||
|
Referencia en una nueva incidencia
Block a user