16 lines
319 B
Makefile
16 lines
319 B
Makefile
## code generation
|
|
# FLASHSTART=0x0
|
|
RAMSTART=0x00000000
|
|
# WATCHDOG=1
|
|
RAMSIZE=0x80000000
|
|
DEFINE=ETRSIZE=0x1000
|
|
|
|
include ${T32SYS}/demo/arm/compiler/gnu-make/cortex-a-aarch64/makefile
|
|
|
|
target: target-a73
|
|
|
|
|
|
# include special-rule.mk.internal if existing - for Lauterbach internal usage
|
|
-include special-rule.mk.internal
|
|
|