view src/cs/layer1/tpu_drivers/tpu_drivers.def @ 597:f18b29e27be5

First attempt at MCSI voice path automatic switching The function is implemented at the ACI level in both aci2 and aci3, successfully avoids triggering the DSP bug on the first call, but the shutdown of MCSI upon call completion is not working properly yet in either version.
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 27 Mar 2019 22:18:35 +0000
parents 945cf7f506b2
children
line wrap: on
line source

########################################
# LIBRARIES / MODULES definition       #
########################################

# to avoid multiple drivers.def (import + include) 
ifndef TPU_DRIVERS_DEF
   TPU_DRIVERS_DEF = 1

TPU_DRIVERS_LIB_DIR = $(OUT_LIB_DIR)
TPU_DRIVERS_LIB     = $(TPU_DRIVERS_LIB_DIR)/tpudrv_$(CUST)_$(RF_FAM)_$(CHIPSET)_$(ANLG_FAM)_$(DSP)_$(BOARD)_$(LONG_JUMP)_$(TESTMODE).lib

TI_LIBS += $(TPU_DRIVERS_LIB)
MODULES += $(TPU_DRIVERS_DIR)

TI_BSS_LIBS   += $(TPU_DRIVERS_LIB) (.bss)
TI_CONST_LIBS += $(TPU_DRIVERS_LIB) (.const, .text)

export TPU_DRIVERS_LIB

endif