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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb73c26d r684f767  
    6060        srv/fs/devfs \
    6161        srv/hid/adb_mouse \
    62         srv/hid/console \
    6362        srv/hid/char_mouse \
    6463        srv/hid/fb \
    6564        srv/hid/kbd \
    6665        srv/hw/char/i8042
     66
     67ifneq ($(UARCH),abs32le)
     68        DIRS += srv/hid/console
     69endif
    6770
    6871ifeq ($(UARCH),amd64)
Note: See TracChangeset for help on using the changeset viewer.