Changes in uspace/Makefile [684f767:a074b4f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r684f767 ra074b4f  
    5959        srv/fs/tmpfs \
    6060        srv/fs/devfs \
    61         srv/hid/adb_mouse \
    62         srv/hid/char_mouse \
     61        srv/hid/console \
     62        srv/hid/c_mouse \
    6363        srv/hid/fb \
    6464        srv/hid/kbd \
    6565        srv/hw/char/i8042
    66 
    67 ifneq ($(UARCH),abs32le)
    68         DIRS += srv/hid/console
    69 endif
    7066
    7167ifeq ($(UARCH),amd64)
     
    7571ifeq ($(UARCH),ia32)
    7672        DIRS += srv/hw/bus/pci
    77 endif
    78 
    79 ifeq ($(UARCH),ppc32)
    80         DIRS += srv/hw/bus/cuda_adb
    8173endif
    8274
Note: See TracChangeset for help on using the changeset viewer.