Changeset b73c26d in mainline for uspace/srv/hid/char_mouse/Makefile


Ignore:
Timestamp:
2010-01-31T13:50:52Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab4bace
Parents:
3a2f8aa
Message:

Add ADB mouse driver.

File:
1 moved

Legend:

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

    r3a2f8aa rb73c26d  
    3232EXTRA_CFLAGS = -Iinclude
    3333
    34 OUTPUT = c_mouse
     34OUTPUT = char_ms
    3535
    3636SOURCES = \
    3737        proto/ps2.c \
    38         c_mouse.c \
     38        char_mouse.c \
    3939        chardev.c
    4040
Note: See TracChangeset for help on using the changeset viewer.