FreeCalypso > hg > fc-selenite
comparison components/main @ 121:746db8fa3398
C155 bootloader interface support for TMS470
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 07 Nov 2018 06:42:31 +0000 |
parents | 7f0681afe430 |
children | 5b0e7f9b3d05 |
comparison
equal
deleted
inserted
replaced
120:43a210bbcc63 | 121:746db8fa3398 |
---|---|
82 ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0" | 82 ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0" |
83 ASMFLAGS="$ASMFLAGS -dL1_GPRS=$GPRS" | 83 ASMFLAGS="$ASMFLAGS -dL1_GPRS=$GPRS" |
84 ASMFLAGS="$ASMFLAGS -dOP_WCP=0" | 84 ASMFLAGS="$ASMFLAGS -dOP_WCP=0" |
85 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0" | 85 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0" |
86 | 86 |
87 if [ "$TARGET" = c155 ] | |
88 then | |
89 ASMFLAGS="$ASMFLAGS -dC155_TARGET=1" | |
90 else | |
91 ASMFLAGS="$ASMFLAGS -dC155_TARGET=0" | |
92 fi | |
93 | |
87 asm_file $SRCDIR/int.s | 94 asm_file $SRCDIR/int.s |
88 | 95 |
89 fi | 96 fi |
90 | 97 |
91 # a couple of assembly modules for the gcc-built version | 98 # a couple of assembly modules for the gcc-built version |