Changeset 5cde90f in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-02-19T17:16:46Z (15 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
617652f
Parents:
b86d436 (diff), f41aa81 (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:

Synchronizing with head (which has just been synchronized with this branch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb86d436 r5cde90f  
    4040        app/mkfat \
    4141        app/redir \
     42        app/taskdump \
    4243        app/tester \
    4344        app/tetris \
     
    4748        srv/loader \
    4849        srv/ns \
     50        srv/taskmon \
    4951        srv/vfs \
    5052        srv/bd/ata_bd \
     
    5254        srv/bd/gxe_bd \
    5355        srv/bd/rd \
     56        srv/bd/part/guid_part \
    5457        srv/bd/part/mbr_part \
    5558        srv/fs/fat \
    5659        srv/fs/tmpfs \
    5760        srv/fs/devfs \
     61        srv/hid/adb_mouse \
    5862        srv/hid/console \
    59         srv/hid/c_mouse \
     63        srv/hid/char_mouse \
    6064        srv/hid/fb \
    6165        srv/hid/kbd \
     
    6872ifeq ($(UARCH),ia32)
    6973        DIRS += srv/hw/bus/pci
     74endif
     75
     76ifeq ($(UARCH),ppc32)
     77        DIRS += srv/hw/bus/cuda_adb
    7078endif
    7179
Note: See TracChangeset for help on using the changeset viewer.