FreeCalypso > hg > fc-magnetite
changeset 405:909fe8b92b26
components/tpudrv: support RF 10 or 12
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 18 Jan 2018 02:53:31 +0000 |
parents | 35638332aff5 |
children | d926a8986755 |
files | components/tpudrv |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/components/tpudrv Thu Jan 18 02:51:16 2018 +0000 +++ b/components/tpudrv Thu Jan 18 02:53:31 2018 +0000 @@ -43,9 +43,9 @@ SRCDIR=$SRC/cs/layer1/tpu_drivers cfile_plain $SRCDIR/source/tpudrv.c -cfile_plain $SRCDIR/source0/tpudrv12.c +cfile_plain $SRCDIR/source0/tpudrv${RF}.c if [ "$GPRS" = 1 ] then - cfile_plain $SRCDIR/p_source0/p_tpudr12.c + cfile_plain $SRCDIR/p_source0/p_tpudr${RF}.c fi