view src/cs/layer1/tpu_drivers/tpu_drivers.def @ 448:e56e74e8b730

R2D C139 C-Sample emulation: fixed off-by-one error that was causing the garbage in the upper left corner of the display and also caused everything to be shifted by one pixel
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 29 Jan 2018 06:24:55 +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