Changeset 7c866dc in mainline for uspace/srv/hid/kbd/Makefile


Ignore:
Timestamp:
2010-06-21T21:02:27Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
928d983
Parents:
66fcba2
Message:

Add mostly dummy (but buildable) arm32/gta02 target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/Makefile

    r66fcba2 r7c866dc  
    5858
    5959ifeq ($(UARCH),arm32)
     60        ifeq ($(MACHINE),gta02)
     61                SOURCES += \
     62                        port/dummy.c \
     63                        ctl/pc.c
     64        endif
    6065        ifeq ($(MACHINE),testarm)
    6166                SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.