Changes in uspace/srv/hid/char_mouse/Makefile [b73c26d:1b1164e8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/char_mouse/Makefile
rb73c26d r1b1164e8 29 29 30 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIBC_PREFIX)/libc.a32 31 EXTRA_CFLAGS = -Iinclude 33 34 OUTPUT = char_ms 32 BINARY = char_ms 35 33 36 34 SOURCES = \ … … 39 37 chardev.c 40 38 41 include ../../Makefile.common39 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.