Files
Gen4_R-Car_Trace32/2_Trunk/demo/arm/hardware/rm57/makefile
2025-10-14 09:52:32 +09:00

12 lines
243 B
Makefile

## code generation
FLASHSTART=0x0
RAMSTART=0x08000000
RAMSIZE=0x10000
DEFINE=RAMSTART=${RAMSTART} RAMSIZE=${RAMSIZE} RAM_ECC_QUAD
# WATCHDOG=1
include ${T32SYS}/demo/arm/compiler/gnu-make/cortex-r/makefile
-include special-rule.mk.internal