Changes in uspace/srv/hid/output/Makefile [e53794c:6d5e378] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/Makefile
re53794c r6d5e378 30 30 USPACE_PREFIX = ../../.. 31 31 BINARY = output 32 LIBS = $(LIBDRV_PREFIX)/libdrv.a33 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include34 32 35 33 SOURCES = \ … … 39 37 port/niagara.c \ 40 38 port/ski.c \ 41 port/chardev.c \42 39 proto/vt100.c \ 43 40 output.c
Note:
See TracChangeset
for help on using the changeset viewer.