OSDN Git Service

Update lejos_osek to nxtOSEK_v205b0.zip
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples / nxte / Makefile
1 # Target specific macros
2 TARGET = nxte_test
3 TARGET_SOURCES := \
4         nxte_test.c \
5         nxte.c
6 TOPPERS_OSEK_OIL_SOURCE := ./nxte_test.oil
7
8 O_PATH ?= build
9
10 include ../../ecrobot/ecrobot.mak