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


Ignore:
Timestamp:
2011-06-22T01:34:53Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d7e82c1, cac458f
Parents:
72ec8cc (diff), bf172825 (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

    r72ec8cc rf1fae414  
    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/sgcn.c \
     52        port/ski.c \
     53        port/z8530.c \
     54        proto/adb.c \
     55        proto/mousedev.c \
    3556        proto/ps2.c \
    36         char_mouse.c \
    37         chardev.c
     57        ctl/apple.c \
     58        ctl/gxe_fb.c \
     59        ctl/kbdev.c \
     60        ctl/pc.c \
     61        ctl/stty.c \
     62        ctl/sun.c
    3863
    3964include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.