Changeset 78a9e5ef in mainline


Ignore:
Timestamp:
2010-10-20T19:44:51Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab60d5e
Parents:
04cb68f2
Message:

Remove libpci and its offsprings.

Files:
35 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r04cb68f2 r78a9e5ef  
    111111
    112112ifeq ($(UARCH),amd64)
    113         DIRS += srv/hw/bus/pci
    114113endif
    115114
     
    119118        DIRS += srv/drivers/isa
    120119        DIRS += srv/drivers/ns8250
    121 #       DIRS += srv/hw/bus/pci
    122120endif
    123121
     
    145143        lib/packet \
    146144        lib/net
    147 
    148 ifeq ($(UARCH),amd64)
    149         LIBS += lib/pci
    150 endif
    151 
    152 ifeq ($(UARCH),ia32)
    153         LIBS += lib/pci
    154 endif
    155 
    156145
    157146LIBC_BUILD = $(addsuffix .build,$(LIBC))
  • uspace/Makefile.common

    r04cb68f2 r78a9e5ef  
    8686LIBCLUI_PREFIX = $(LIB_PREFIX)/clui
    8787
    88 LIBPCI_PREFIX = $(LIB_PREFIX)/pci
    89 
    9088LIBDRV_PREFIX = $(LIB_PREFIX)/drv
    9189LIBPACKET_PREFIX = $(LIB_PREFIX)/packet
Note: See TracChangeset for help on using the changeset viewer.