Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

# Joystick Control

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = joy

OBJS_PATH     = $(BASE)/ports/joy

JOY = joy.o

OBJS = $(JOY)

C_OPT += -I./include -I. -I..

include $(BASE)/config/lib.mk