Changeset cee8d3e in mainline for uspace/srv/kbd/Makefile


Ignore:
Timestamp:
2009-04-05T10:04:54Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
726ef849
Parents:
9db4079
Message:

WIP Czech keyboard layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/Makefile

    r9db4079 rcee8d3e  
    5252GENARCH_SOURCES =
    5353
     54ifeq ($(KBD_LAYOUT), cz)
     55        GENARCH_SOURCES += layout/cz.c
     56endif
    5457ifeq ($(KBD_LAYOUT), us_qwerty)
    5558        GENARCH_SOURCES += layout/us_qwerty.c
Note: See TracChangeset for help on using the changeset viewer.