FreeCalypso > hg > fc-magnetite
comparison src/cs/layer1/tpu_drivers/tpu_drivers.def @ 0:945cf7f506b2
src/cs: chipsetsw import from tcs211-fcmodem
binary blobs and LCD demo files have been excluded,
all line endings are LF only
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Sep 2016 22:50:11 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:945cf7f506b2 |
---|---|
1 ######################################## | |
2 # LIBRARIES / MODULES definition # | |
3 ######################################## | |
4 | |
5 # to avoid multiple drivers.def (import + include) | |
6 ifndef TPU_DRIVERS_DEF | |
7 TPU_DRIVERS_DEF = 1 | |
8 | |
9 TPU_DRIVERS_LIB_DIR = $(OUT_LIB_DIR) | |
10 TPU_DRIVERS_LIB = $(TPU_DRIVERS_LIB_DIR)/tpudrv_$(CUST)_$(RF_FAM)_$(CHIPSET)_$(ANLG_FAM)_$(DSP)_$(BOARD)_$(LONG_JUMP)_$(TESTMODE).lib | |
11 | |
12 TI_LIBS += $(TPU_DRIVERS_LIB) | |
13 MODULES += $(TPU_DRIVERS_DIR) | |
14 | |
15 TI_BSS_LIBS += $(TPU_DRIVERS_LIB) (.bss) | |
16 TI_CONST_LIBS += $(TPU_DRIVERS_LIB) (.const, .text) | |
17 | |
18 export TPU_DRIVERS_LIB | |
19 | |
20 endif |