# HG changeset patch # User Mychaela Falconia # Date 1532118158 0 # Node ID 4ef6808ea50e5b02d318a062809b896461fb5b25 # Parent 32bcc299ef5524f63d0cae66ca8dd1c32ad69b74 components/main_ir: created for assembly modules diff -r 32bcc299ef55 -r 4ef6808ea50e components/main_ir --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/main_ir Fri Jul 20 20:22:38 2018 +0000 @@ -0,0 +1,10 @@ +# gcc-only component: assembly modules for IRAM + +ASMFLAGS=-mthumb-interwork +CPPFLAGS=-I$SRC/nucleus/gcc + +SRCDIR=$SRC/cs/system/main/gcc + +asm_file $SRCDIR/irq_twiddle.S +asm_file $SRCDIR/irqfiq.S +asm_file $SRCDIR/ramvecs.S