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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

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