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