Rev 54 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# The PCI library
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = pcl812
OBJS_PATH = $(BASE)/drivers/pcl812
OBJS = pclab.o
include $(BASE)/config/lib.mk