# Target specific macros
#TARGET = NXTway_GS_OSEK
TARGET = Karugamo

#NXTOSEK_ROOT = ../..
NXTOSEK_ROOT = ../nxtOSEK

# nxtway_gs_balancer library desiged for NXTway-GS two wheeled self-balancing robot
USER_INC_PATH= $(NXTOSEK_ROOT)/ecrobot/nxtway_gs_balancer
USER_LIB = nxtway_gs_balancer

# using NXT standard tires (not Motorcycle tires)
#USER_DEF = NXT_STD_TIRE

# User application source
TARGET_SOURCES := \
	balancer_param.c \
	karugamo.c

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

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