Ignore:
File:
1 edited

Legend:

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

    rc928bb7 rce5a0f1  
    3030USPACE_PREFIX = ../../..
    3131BINARY = input
     32LIBS = $(LIBDRV_PREFIX)/libdrv.a
     33EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include
    3234
    3335SOURCES = \
     
    3941        port/adb_mouse.c \
    4042        port/chardev.c \
    41         port/gxemul.c \
    4243        port/msim.c \
    4344        port/niagara.c \
    44         port/ns16550.c \
    45         port/pl050.c \
    4645        port/ski.c \
    4746        proto/adb.c \
    4847        proto/mousedev.c \
    4948        ctl/apple.c \
    50         ctl/gxe_fb.c \
    5149        ctl/kbdev.c \
    52         ctl/pc.c \
    5350        ctl/stty.c \
    5451        ctl/sun.c \
Note: See TracChangeset for help on using the changeset viewer.