Subversion Repositories shark

Rev

Rev 2 | 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
6
include $(BASE)/config/config.mk
7
 
8
LIBRARY       = hpci
9
 
10
OBJS_PATH     = $(BASE)/drivers/pci
11
 
12
OBJS  = llpci.o pci.o linuxpci.o pci_access.o pci_scan.o
13
 
14
include $(BASE)/config/lib.mk
15