Subversion Repositories HelenOS

Rev

Rev 4221 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4221 Rev 4269
Line 13... Line 13...
13
OBJS=access.o generic.o names.o
13
OBJS=access.o generic.o names.o
14
INCL=internal.h pci.h header.h sysdep.h types.h pci_ids.h
14
INCL=internal.h pci.h header.h sysdep.h types.h pci_ids.h
15
 
15
 
16
PCILIB=libpci.a
16
PCILIB=libpci.a
17
 
17
 
18
OBJS += i386-ports.o us2i.o
18
OBJS += i386-ports.o us2.o
19
 
19
 
20
all: $(PCILIB)
20
all: $(PCILIB)
21
 
21
 
22
$(PCILIB): $(OBJS)
22
$(PCILIB): $(OBJS)
23
	$(AR) rc $@ $(OBJS)
23
	$(AR) rc $@ $(OBJS)