FreeCalypso > hg > fc-magnetite
comparison configure.sh @ 672:3e4f212e5d49
targets/*.conf cleanup: remove unnecessary TPUDRV_blob= lines
MAIN_blob= and/or TPUDRV_blob= may be *optionally* defined in
targets/*.conf files; if either variable is defined, it means that
using the specified version of the blob library is allowed on this
target, albeit likely suboptimal; if the variable is not defined,
then using a blob is not an option and compilation from source is
required for this component.
MAIN_blob= and TPUDRV_blob= are now defaulted to empty in configure.sh,
thus there is no need to explicitly specify that using a blob is not
a valid option.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 29 May 2020 03:11:16 +0000 |
parents | 5f00e9afd5d9 |
children | 8cf3029429f3 |
comparison
equal
deleted
inserted
replaced
671:5f00e9afd5d9 | 672:3e4f212e5d49 |
---|---|
61 CALYPSO_VER=dsp36 | 61 CALYPSO_VER=dsp36 |
62 RF=12 | 62 RF=12 |
63 DISABLE_SLEEP=0 | 63 DISABLE_SLEEP=0 |
64 RVTMUX_ON_MODEM=0 | 64 RVTMUX_ON_MODEM=0 |
65 UI_CONFIG=bigcolor | 65 UI_CONFIG=bigcolor |
66 MAIN_blob= | |
67 TPUDRV_blob= | |
66 | 68 |
67 . "targets/$TARGET.conf" | 69 . "targets/$TARGET.conf" |
68 | 70 |
69 # possible Calypso chip version override | 71 # possible Calypso chip version override |
70 | 72 |