Changeset 78a9e5ef in mainline for uspace/Makefile


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.

File:
1 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))
Note: See TracChangeset for help on using the changeset viewer.