Changeset 41924f30 in mainline for uspace/drv/bus/usb/xhci/Makefile
- Timestamp:
- 2017-10-12T14:07:27Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a5976973
- Parents:
- 7e74911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/Makefile
r7e74911 r41924f30 45 45 46 46 SOURCES = \ 47 bus.c \ 48 commands.c \ 49 debug.c \ 50 endpoint.c \ 47 51 hc.c \ 48 endpoint.c \ 49 debug.c \ 50 trb_ring.c \ 52 main.c \ 53 rh.c \ 51 54 scratchpad.c \ 52 commands.c \53 55 transfers.c \ 54 rh.c \ 55 main.c 56 trb_ring.c 56 57 57 58 TEST_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.