Changes in uspace/srv/hid/input/Makefile [7aa94304:ce5a0f1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/Makefile
r7aa94304 rce5a0f1 30 30 USPACE_PREFIX = ../../.. 31 31 BINARY = input 32 LIBS = drv 32 LIBS = $(LIBDRV_PREFIX)/libdrv.a 33 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include 33 34 34 35 SOURCES = \ … … 40 41 port/adb_mouse.c \ 41 42 port/chardev.c \ 43 port/msim.c \ 44 port/niagara.c \ 45 port/ski.c \ 42 46 proto/adb.c \ 43 47 proto/mousedev.c \
Note:
See TracChangeset
for help on using the changeset viewer.