Subversion Repositories shark

Rev

Rev 141 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# The DIDMA library 

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY = didma

OBJS_PATH = $(BASE)/ports/didma

# Object files
OTHERINCL=-I ./include
OBJS = didma.o

include $(BASE)/config/lib.mk