15 lines
308 B
Makefile
15 lines
308 B
Makefile
## code generation
|
|
# FLASHSTART=0x0
|
|
RAMSTART=0x90000000
|
|
TARGET=sieve.c stm_stimulus.c
|
|
# WATCHDOG=1
|
|
|
|
include ${T32SYS}/demo/arm/compiler/gnu-make/cortex-a-aarch64/makefile
|
|
|
|
target: target-a57
|
|
|
|
|
|
# include special-rule.mk.internal if existing - for Lauterbach internal usage
|
|
-include special-rule.mk.internal
|
|
|