annotate components/main_ir @ 25:b51027daadb9

add install-target-bin.sh script
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 02 Dec 2020 21:19:21 +0000
parents 3b367f330821
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 # gcc-only component: assembly modules for IRAM
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 ASMFLAGS=-mthumb-interwork
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 CPPFLAGS=-I$SRC/nucleus/gcc
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 SRCDIR=$SRC/cs/system/main/gcc
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 asm_file $SRCDIR/irq_twiddle.S
3b367f330821 components: pruned import from Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 asm_file $SRCDIR/irqfiq.S