FreeCalypso > hg > fc-selenite
changeset 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 | b4eeda6fa576 |
children | 614668bbbc4f |
files | components/nucleus_intram |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/components/nucleus_intram Mon Jul 16 23:56:58 2018 +0000 +++ b/components/nucleus_intram Tue Jul 17 07:35:40 2018 +0000 @@ -19,3 +19,15 @@ c_file $SRCDIR/tmd.c c_file $SRCDIR/tms.c c_file $SRCDIR/tmse.c + +# assembly modules + +if [ "$COMPILER" = tms470 ] +then + ASMFLAGS=-me + ASMFLAGS="$ASMFLAGS -dOP_L1_STANDALONE=0" + ASMFLAGS="$ASMFLAGS -dTI_NUC_MONITOR=0" + + SRCDIR=$SRC/cs/os/nucleus + asm_file $SRCDIR/tct.s +fi