1: ################################################################################
2: # micro T-Kernel 3.00.05 makefile
3: ################################################################################
4:
5: GCC := rx-elf-gcc
6: AS := rx-elf-gcc
7: LINK := rx-elf-gcc
8:
9: CFLAGS := -mcpu=rx230 -misa=v2 -mlittle-endian-data \
10: -O0 -ffunction-sections -fdata-sections -g2 \
11: -MMD -MP \
12:
13: ASFLAGS := -mcpu=rx230 -misa=v2 -mlittle-endian-data \
14: -O0 -ffunction-sections -fdata-sections -g2 \
15: -x assembler-with-cpp -Wa,--gdwarf2 \
16: -MMD -MP \
17:
18: LFLAGS := -mcpu=rx230 -misa=v2 -mlittle-endian-data \
19: -O0 -ffunction-sections -fdata-sections -g2 \
20: -nostartfiles -nostdlib
21:
22: LNKFILE := "..\etc\linker\iote_rx231\tkernel_map.ld"
23:
24: include mtkernel_3/lib/libtm/sysdepend/iote_rx231/subdir.mk
25: include mtkernel_3/lib/libtm/sysdepend/no_device/subdir.mk
26: include mtkernel_3/lib/libtk/sysdepend/cpu/rx231/subdir.mk
27: include mtkernel_3/lib/libtk/sysdepend/cpu/core/rxv2/subdir.mk
28: include mtkernel_3/kernel/sysdepend/iote_rx231/subdir.mk
29: include mtkernel_3/kernel/sysdepend/cpu/rx231/subdir.mk
30: include mtkernel_3/kernel/sysdepend/cpu/core/rxv2/subdir.mk