OSDN Git Service

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