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