Changeset bd5f3b7 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-08-21T13:07:35Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00aece0, f1a9e87
Parents:
86a34d3e (diff), a6480d5 (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 mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r86a34d3e rbd5f3b7  
    3737        app/blkdump \
    3838        app/bnchmark \
     39        app/devctl \
    3940        app/edit \
    4041        app/ext2info \
     
    4445        app/killall \
    4546        app/klog \
     47        app/locinfo \
    4648        app/lsusb \
    4749        app/mkfat \
     
    6567        app/mkbd \
    6668        srv/clip \
    67         srv/devmap \
     69        srv/loc \
    6870        srv/devman \
    6971        srv/loader \
     
    7981        srv/fs/fat \
    8082        srv/fs/tmpfs \
    81         srv/fs/devfs \
     83        srv/fs/locfs \
    8284        srv/fs/ext2fs \
     85        srv/hid/console \
    8386        srv/hid/s3c24xx_ts \
    8487        srv/hid/fb \
     
    121124#
    122125
    123 ifneq ($(UARCH),abs32le)
    124         DIRS += srv/hid/console
    125 endif
    126 
    127126ifeq ($(UARCH),amd64)
    128127        DIRS += \
     
    164163        lib/block \
    165164        lib/clui \
     165        lib/fmtutil \
    166166        lib/scsi \
    167167        lib/softint \
     
    169169        lib/drv \
    170170        lib/packet \
     171        lib/imgmap \
    171172        lib/net \
    172173        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.