Changes in uspace/lib/usbvirt/Makefile [32c2c8f:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/Makefile
r32c2c8f r9d58539 34 34 -I$(LIBUSB_PREFIX)/include \ 35 35 -I$(LIBUSBDEV_PREFIX)/include \ 36 -Iinclude \ 37 -Iinclude/usbvirt 36 -Iinclude 38 37 39 38 SOURCES = \ … … 43 42 src/ipc_hc.c \ 44 43 src/stdreq.c \ 45 src/transfer.c \ 46 src/virthub_base.c \ 47 src/virthub_descriptors.c 44 src/transfer.c 48 45 49 46 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.