Changeset 3e01316f in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-08-17T18:04:50Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0cf27ee
Parents:
e898296d (diff), e6165be (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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re898296d r3e01316f  
    6969        app/mkbd \
    7070        srv/clip \
    71         srv/devmap \
     71        srv/loc \
    7272        srv/devman \
    7373        srv/loader \
     
    8383        srv/fs/fat \
    8484        srv/fs/tmpfs \
    85         srv/fs/devfs \
     85        srv/fs/locfs \
    8686        srv/fs/ext2fs \
     87        srv/hid/console \
    8788        srv/hid/s3c24xx_ts \
    8889        srv/hid/fb \
     
    125126#
    126127
    127 ifneq ($(UARCH),abs32le)
    128         DIRS += srv/hid/console
    129 endif
    130 
    131128ifeq ($(UARCH),amd64)
    132129        DIRS += \
     
    173170        lib/drv \
    174171        lib/packet \
     172        lib/imgmap \
    175173        lib/net \
    176174        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.