# Target specific macros
TARGET = REMOTE_SLA1

NXTOSEK_ROOT = /usr/local/nxtOSEK

# User application source
TARGET_SOURCES := \
	remote_sla1.c

# OSEK OIL file
TOPPERS_OSEK_OIL_SOURCE := ./remote_sla1.oil

# below part should not be modified
O_PATH ?= build
include $(NXTOSEK_ROOT)/ecrobot/ecrobot.mak
