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