Changes in uspace/Makefile [15eeb93:b73c26d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r15eeb93 rb73c26d  
    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.