Changes in uspace/Makefile [b73c26d:975e7e9] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/Makefile

    rb73c26d r975e7e9  
    4040        app/mkfat \
    4141        app/redir \
    42         app/taskdump \
    4342        app/tester \
    4443        app/tetris \
     
    4847        srv/loader \
    4948        srv/ns \
    50         srv/taskmon \
    5149        srv/vfs \
    5250        srv/bd/ata_bd \
     
    5957        srv/fs/tmpfs \
    6058        srv/fs/devfs \
    61         srv/hid/adb_mouse \
    6259        srv/hid/console \
    63         srv/hid/char_mouse \
     60        srv/hid/c_mouse \
    6461        srv/hid/fb \
    6562        srv/hid/kbd \
     
    7269ifeq ($(UARCH),ia32)
    7370        DIRS += srv/hw/bus/pci
    74 endif
    75 
    76 ifeq ($(UARCH),ppc32)
    77         DIRS += srv/hw/bus/cuda_adb
    7871endif
    7972
Note: See TracChangeset for help on using the changeset viewer.