OSDN Git Service

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