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