FreeCalypso > hg > leo2moko-debug
view chipsetsw/layer1/tpu_drivers/tpu_drivers.def @ 3:513a68a7fc6e
unbusy_targetset.xml hack to rebuild comlib from the source
(the source for comlib has been there all along, but the build system
was set up to use a shipped comlib.lib instead)
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 06:22:18 +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