comparison components/nucleus_intram @ 39:4934b474b5c3

components/nucleus_intram: incorporated tct.s from TCS211
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 17 Jul 2018 07:35:40 +0000
parents 77864d54a5ff
children 614668bbbc4f
comparison
equal deleted inserted replaced
38:b4eeda6fa576 39:4934b474b5c3
17 c_file $SRCDIR/tcd.c 17 c_file $SRCDIR/tcd.c
18 c_file $SRCDIR/tmc.c 18 c_file $SRCDIR/tmc.c
19 c_file $SRCDIR/tmd.c 19 c_file $SRCDIR/tmd.c
20 c_file $SRCDIR/tms.c 20 c_file $SRCDIR/tms.c
21 c_file $SRCDIR/tmse.c 21 c_file $SRCDIR/tmse.c
22
23 # assembly modules
24
25 if [ "$COMPILER" = tms470 ]
26 then
27 ASMFLAGS=-me
28 ASMFLAGS="$ASMFLAGS -dOP_L1_STANDALONE=0"
29 ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0"
30
31 SRCDIR=$SRC/cs/os/nucleus
32 asm_file $SRCDIR/tct.s
33 fi