14 lines
272 B
Makefile
14 lines
272 B
Makefile
## code generation
|
|
FLASHSTART=0x08010000
|
|
RAMSTART=0x00000000
|
|
WATCHDOG=1
|
|
|
|
include ${T32SYS}/demo/arm/compiler/gnu-make/cortex-m/makefile
|
|
|
|
target: target-m4
|
|
|
|
|
|
# include special-rule.mk.internal if existing - for Lauterbach internal usage
|
|
-include special-rule.mk.internal
|
|
|