Subversion Repositories shark

Rev

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