FreeCalypso > hg > tcs211-c139
view chipsetsw/layer1/tpu_drivers/tpu_drivers.def @ 48:616f63f3e501 default tip
fixed bug in etm_pkt_send() dealing with max-sized packets:
this fix is needed for fc-fsio cpout command to work like it does
with Pirelli's firmware (they must have made the same fix)
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 13 Nov 2015 19:11:07 +0000 |
parents | 509db1a7b7b8 |
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