Subversion Repositories shark

Rev

Rev 45 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
# The PCI library
2
 
3
ifndef BASE
4
BASE=../..
5
endif
45 pj 6
 
2 pj 7
include $(BASE)/config/config.mk
8
 
9
LIBRARY       = hpci
10
 
11
OBJS_PATH     = $(BASE)/drivers/pci
12
 
13
OBJS  = llpci.o pci.o linuxpci.o pci_access.o pci_scan.o
14
 
15
include $(BASE)/config/lib.mk
16