FreeCalypso > hg > fc-selenite
comparison components/tpudrv @ 22:0a1a78944683
components: first automated conversion pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jul 2018 22:53:50 +0000 |
parents | a8f9cc376e98 |
children | b6c8dd9a1b02 |
comparison
equal
deleted
inserted
replaced
21:b7059379dd87 | 22:0a1a78944683 |
---|---|
40 | 40 |
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 c_file $SRCDIR/source/tpudrv.c |
46 cfile_plain $SRCDIR/source0/tpudrv${RF}.c | 46 c_file $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_tpudr${RF}.c | 50 c_file $SRCDIR/p_source0/p_tpudr${RF}.c |
51 fi | 51 fi |