Subversion Repositories shark

Rev

Rev 54 | Details | Compare with Previous | 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
 
7
include $(BASE)/config/config.mk
8
 
9
LIBRARY       = pcl812
10
 
11
OBJS_PATH     = $(BASE)/drivers/pcl812
12
 
13
OBJS  = pclab.o
14
 
15
include $(BASE)/config/lib.mk
16