Changeset f98b8269 in mainline for uspace/drv/ohci/Makefile
- Timestamp:
- 2011-04-08T15:15:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b6e3ed3
- Parents:
- 6bec59b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/Makefile
r6bec59b rf98b8269 33 33 34 34 SOURCES = \ 35 batch.c \ 36 hc.c \ 35 37 iface.c \ 36 batch.c \37 38 main.c \ 38 hc.c \39 39 ohci.c \ 40 pci.c \ 40 41 root_hub.c \ 41 pci.c 42 transfer_list.c 43 42 44 43 45 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.