Changes in uspace/Makefile [b73c26d:a074b4f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb73c26d ra074b4f  
    5959        srv/fs/tmpfs \
    6060        srv/fs/devfs \
    61         srv/hid/adb_mouse \
    6261        srv/hid/console \
    63         srv/hid/char_mouse \
     62        srv/hid/c_mouse \
    6463        srv/hid/fb \
    6564        srv/hid/kbd \
     
    7271ifeq ($(UARCH),ia32)
    7372        DIRS += srv/hw/bus/pci
    74 endif
    75 
    76 ifeq ($(UARCH),ppc32)
    77         DIRS += srv/hw/bus/cuda_adb
    7873endif
    7974
Note: See TracChangeset for help on using the changeset viewer.