Subversion Repositories shark

Rev

Rev 64 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
54 pj 1
# The PCI library
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
OSLIB=$(BASE)/oslib
7
 
8
include $(BASE)/config/config.mk
9
 
10
LIBRARY       = pcl812
11
 
12
OBJS_PATH     = $(BASE)/drivers/pcl812
13
 
14
OBJS  = pclab.o
15
 
16
include $(BASE)/config/lib.mk
17