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