Changeset c028b22 in mainline for uspace/srv/hid/input/Makefile


Ignore:
Timestamp:
2011-07-08T17:01:01Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc1a727
Parents:
4e36219 (diff), 026793d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 moved

Legend:

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

    r4e36219 rc028b22  
    3030USPACE_PREFIX = ../../..
    3131EXTRA_CFLAGS = -Iinclude
    32 BINARY = char_ms
     32BINARY = input
    3333
    3434SOURCES = \
     35        generic/gsp.c \
     36        generic/input.c \
     37        generic/layout.c \
     38        generic/stroke.c \
     39        layout/cz.c \
     40        layout/us_qwerty.c \
     41        layout/us_dvorak.c \
     42        port/adb.c \
     43        port/adb_mouse.c \
     44        port/chardev.c \
     45        port/chardev_mouse.c \
     46        port/gxemul.c \
     47        port/msim.c \
     48        port/niagara.c \
     49        port/ns16550.c \
     50        port/pl050.c \
     51        port/ski.c \
     52        proto/adb.c \
     53        proto/mousedev.c \
    3554        proto/ps2.c \
    36         char_mouse.c \
    37         chardev.c
     55        ctl/apple.c \
     56        ctl/gxe_fb.c \
     57        ctl/kbdev.c \
     58        ctl/pc.c \
     59        ctl/stty.c \
     60        ctl/sun.c
    3861
    3962include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.