Changeset 63f8966 in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-03-23T14:56:27Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
18b5402c, 40e29f5, 76ca3f7
Parents:
1b1164e8
Message:

rename library directories (the common "lib" prefix is already in the upper directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1b1164e8 r63f8966  
    9898endif
    9999
    100 NETWORKING_COMMON += \
     100NETWORKING_COMMON = \
    101101        srv/net/netif/lo \
    102102        srv/net/nil/eth \
     
    120120#
    121121
    122 LIBC = lib/libc
     122LIBC = lib/c
    123123LIBS = \
    124         lib/libfs \
    125         lib/libblock \
     124        lib/fs \
     125        lib/block \
    126126        lib/softint \
    127127        lib/softfloat \
    128128
    129129ifeq ($(UARCH),amd64)
    130         LIBS += lib/libpci
     130        LIBS += lib/pci
    131131endif
    132132
    133133ifeq ($(UARCH),ia32)
    134         LIBS += lib/libpci
     134        LIBS += lib/pci
    135135endif
    136136
Note: See TracChangeset for help on using the changeset viewer.