Changeset 63b1537 in mainline for uspace/srv/kbd/Makefile


Ignore:
Timestamp:
2009-03-11T17:26:48Z (15 years ago)
Author:
Pavel Rimsky <rimskyp@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de88998
Parents:
04d672c3
Message:

SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/Makefile

    r04d672c3 r63b1537  
    117117endif
    118118ifeq ($(UARCH), sparc64)
     119    ifeq ($(MACHINE),serengeti)
     120        GENARCH_SOURCES += \
     121                port/sgcn.c \
     122                ctl/stty.c
     123    else
    119124        GENARCH_SOURCES += \
    120125                port/z8530.c \
    121126                ctl/sun.c
     127    endif
    122128endif
    123129
Note: See TracChangeset for help on using the changeset viewer.