OSDN Git Service

Update lejos_osek to nxtOSEK_v205b0.zip
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_jsp / helloworld / Makefile
1 # Target specific macros
2 TARGET = helloworld
3 TARGET_SOURCES := \
4         helloworld.c
5
6 # TOPPERS JSP   
7 TOPPERS_KERNEL = NXT_JSP
8 TOPPERS_JSP_CFG_SOURCE = ./helloworld.cfg
9
10 O_PATH ?= build
11
12 include ../../ecrobot/ecrobot.mak