qcacld-3.0: Skip bmi and ramdump at runtime

Need to support SNOC and PCI dynamically.
Core BSP code is responsible for SNOC firmware
loading and crash dumps.

Change-Id: Ia16076809f2b74be6f32ad5015b79b1fe2c13ca3
CRs-Fixed: 986480
Este commit está contenido en:
Houston Hoffman
2016-02-12 17:10:24 -08:00
cometido por Gerrit - the friendly Code Review server
padre ab091116bf
commit 9a547dc0bc
Se han modificado 5 ficheros con 44 adiciones y 33 borrados

2
Kbuild
Ver fichero

@@ -624,7 +624,6 @@ BMI_DIR := core/bmi
BMI_INC := -I$(WLAN_ROOT)/$(BMI_DIR)/inc
ifneq ($(CONFIG_ICNSS), y)
BMI_OBJS := $(BMI_DIR)/src/bmi.o \
$(BMI_DIR)/src/ol_fw.o
ifeq ($(CONFIG_FEATURE_BMI_2), y)
@@ -632,7 +631,6 @@ BMI_OBJS += $(BMI_DIR)/src/bmi_2.o
else
BMI_OBJS += $(BMI_DIR)/src/bmi_1.o
endif
endif
########### WMI ###########
WMI_DIR := core/wmi