view components/main_ir @ 26:680f6fdb5e62

add target for Sony Ericsson K200/K220
author Vadim Yanitskiy <fixeria@osmocom.org>
date Wed, 20 Dec 2023 01:59:09 +0700
parents 3b367f330821
children
line wrap: on
line source

# 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