Changes in uspace/srv/hid/input/Makefile [c928bb7:ce5a0f1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/Makefile
rc928bb7 rce5a0f1 30 30 USPACE_PREFIX = ../../.. 31 31 BINARY = input 32 LIBS = $(LIBDRV_PREFIX)/libdrv.a 33 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include 32 34 33 35 SOURCES = \ … … 39 41 port/adb_mouse.c \ 40 42 port/chardev.c \ 41 port/gxemul.c \42 43 port/msim.c \ 43 44 port/niagara.c \ 44 port/ns16550.c \45 port/pl050.c \46 45 port/ski.c \ 47 46 proto/adb.c \ 48 47 proto/mousedev.c \ 49 48 ctl/apple.c \ 50 ctl/gxe_fb.c \51 49 ctl/kbdev.c \ 52 ctl/pc.c \53 50 ctl/stty.c \ 54 51 ctl/sun.c \
Note:
See TracChangeset
for help on using the changeset viewer.