Changeset 32c2c8f in mainline for uspace/lib/usbvirt/Makefile
- Timestamp:
- 2013-01-05T21:52:56Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1da979d
- Parents:
- b997e7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/Makefile
rb997e7b r32c2c8f 34 34 -I$(LIBUSB_PREFIX)/include \ 35 35 -I$(LIBUSBDEV_PREFIX)/include \ 36 -Iinclude 36 -Iinclude \ 37 -Iinclude/usbvirt 37 38 38 39 SOURCES = \ … … 42 43 src/ipc_hc.c \ 43 44 src/stdreq.c \ 44 src/transfer.c 45 src/transfer.c \ 46 src/virthub_base.c \ 47 src/virthub_descriptors.c 45 48 46 49 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.