comparison components/main-init @ 536:ae18f9aad7ce

C155 target support implemented in a way that should work with this model's original bootloader
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 05 Nov 2018 23:15:45 +0000
parents bb9a08797022
children 3575e65c059e
comparison
equal deleted inserted replaced
535:bb9a08797022 536:ae18f9aad7ce
76 ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0" 76 ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0"
77 ASMFLAGS="$ASMFLAGS -dL1_GPRS=$GPRS" 77 ASMFLAGS="$ASMFLAGS -dL1_GPRS=$GPRS"
78 ASMFLAGS="$ASMFLAGS -dOP_WCP=0" 78 ASMFLAGS="$ASMFLAGS -dOP_WCP=0"
79 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0" 79 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0"
80 80
81 if [ "$TARGET" = c155 ]
82 then
83 ASMFLAGS="$ASMFLAGS -dC155_TARGET=1"
84 else
85 ASMFLAGS="$ASMFLAGS -dC155_TARGET=0"
86 fi
87
81 asm_file $SRCDIR/int.s 88 asm_file $SRCDIR/int.s