Changeset 684f767 in mainline


Ignore:
Timestamp:
2010-02-16T16:38:23Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f4005f
Parents:
0eda6e09
Message:

don't build console on abs32le (yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0eda6e09 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.