Subversion Repositories shark

Rev

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

# The PCI library

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = hpci

OBJS_PATH     = $(BASE)/drivers/pci

OBJS  = llpci.o pci.o linuxpci.o pci_access.o pci_scan.o

include $(BASE)/config/lib.mk