Subversion Repositories shark

Rev

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

# The PCI library

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = pclab

OBJS_PATH     = $(BASE)/drivers/pcl812

OBJS  = pclab.o

include $(BASE)/config/lib.mk