FreeCalypso > hg > fc-magnetite
view src/cs/layer1/tpu_drivers/tpu_drivers.def @ 281:852b8410431d
mem_load.c: removal of checksum changes produces perfect reconstruction
of TCS211 mem_load.obj except for register allocator diffs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 07 Aug 2017 05:34:38 +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