FreeCalypso > hg > fc-magnetite
comparison components/tpudrv @ 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 | 129a4f99511a |
children |
comparison
equal
deleted
inserted
replaced
404:35638332aff5 | 405:909fe8b92b26 |
---|---|
41 # Source modules | 41 # Source modules |
42 | 42 |
43 SRCDIR=$SRC/cs/layer1/tpu_drivers | 43 SRCDIR=$SRC/cs/layer1/tpu_drivers |
44 | 44 |
45 cfile_plain $SRCDIR/source/tpudrv.c | 45 cfile_plain $SRCDIR/source/tpudrv.c |
46 cfile_plain $SRCDIR/source0/tpudrv12.c | 46 cfile_plain $SRCDIR/source0/tpudrv${RF}.c |
47 | 47 |
48 if [ "$GPRS" = 1 ] | 48 if [ "$GPRS" = 1 ] |
49 then | 49 then |
50 cfile_plain $SRCDIR/p_source0/p_tpudr12.c | 50 cfile_plain $SRCDIR/p_source0/p_tpudr${RF}.c |
51 fi | 51 fi |