OSDN Git Service

04f0b172deaf08e4177f0b1e8e2380cca271f8eb
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c / largeprgtest / Makefile
1 # Target specific macros
2 TARGET = largeprgtest
3 TARGET_SOURCES := \
4         largeprgtest.c \
5         map.c
6 TOPPERS_OSEK_OIL_SOURCE := ./largeprgtest.oil
7
8 # BUILD_MODE is not defined(default): build binaries for Flash and SRAM
9 # BUILD_MODE = Flash_only: build binary for only Flash
10 # BUILD_MODE = SRAM_only: build binary for only SRAM
11 BUILD_MODE = ROM_ONLY
12
13 O_PATH ?= build
14
15 include ../../ecrobot/ecrobot.mak