Ignore:
File:
1 edited

Legend:

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

    rce5a0f1 rc928bb7  
    3030USPACE_PREFIX = ../../..
    3131BINARY = input
    32 LIBS = $(LIBDRV_PREFIX)/libdrv.a
    33 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include
    3432
    3533SOURCES = \
     
    4139        port/adb_mouse.c \
    4240        port/chardev.c \
     41        port/gxemul.c \
    4342        port/msim.c \
    4443        port/niagara.c \
     44        port/ns16550.c \
     45        port/pl050.c \
    4546        port/ski.c \
    4647        proto/adb.c \
    4748        proto/mousedev.c \
    4849        ctl/apple.c \
     50        ctl/gxe_fb.c \
    4951        ctl/kbdev.c \
     52        ctl/pc.c \
    5053        ctl/stty.c \
    5154        ctl/sun.c \
Note: See TracChangeset for help on using the changeset viewer.