Changeset 07f49ae in mainline for uspace/drv/bus/usb/uhci/Makefile
- Timestamp:
- 2011-08-31T11:17:54Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5cfeab4
- Parents:
- 0815000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/Makefile
r0815000 r07f49ae 42 42 43 43 SOURCES = \ 44 hc.c \ 44 45 main.c \ 46 pci.c \ 47 root_hub.c \ 45 48 transfer_list.c \ 46 49 uhci.c \ 47 hc.c \ 48 root_hub.c \ 49 hw_struct/transfer_descriptor.c \ 50 pci.c \ 51 batch.c 50 uhci_batch.c \ 51 hw_struct/transfer_descriptor.c 52 52 53 53 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.