Changeset 1d2a1a9 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-08-17T20:44:32Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0cc32f2
Parents:
bb285b4 (diff), c53a705 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rbb285b4 r1d2a1a9  
    6565        app/mkbd \
    6666        srv/clip \
    67         srv/devmap \
     67        srv/loc \
    6868        srv/devman \
    6969        srv/loader \
     
    7979        srv/fs/fat \
    8080        srv/fs/tmpfs \
    81         srv/fs/devfs \
     81        srv/fs/locfs \
    8282        srv/fs/ext2fs \
     83        srv/hid/console \
    8384        srv/hid/s3c24xx_ts \
    8485        srv/hid/fb \
     
    126127#
    127128
    128 ifneq ($(UARCH),abs32le)
    129         DIRS += srv/hid/console
    130 endif
    131 
    132129ifeq ($(UARCH),amd64)
    133130        DIRS += \
     
    174171        lib/drv \
    175172        lib/packet \
     173        lib/imgmap \
    176174        lib/net \
    177175        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.