Changeset 6ac14a70 in mainline for uspace/srv/kbd/Makefile


Ignore:
Timestamp:
2009-07-28T12:47:31Z (15 years ago)
Author:
Vineeth Pillai <vineethrp@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e73815
Parents:
7038f55
Message:

ARM port for development board integratorcp(ARM926EJ core module).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/Makefile

    r7038f55 r6ac14a70  
    6262
    6363ifeq ($(UARCH), arm32)
     64ifeq ($(MACHINE), testarm)
    6465        GENARCH_SOURCES += \
    6566                port/gxemul.c
     
    7273                        ctl/stty.c
    7374        endif
     75endif
     76ifeq ($(MACHINE), integratorcp)
     77         GENARCH_SOURCES += \
     78                port/pl050.c \
     79                ctl/pl050.c
     80endif
    7481endif
    7582
Note: See TracChangeset for help on using the changeset viewer.