Rev 64 | 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