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