Changes in uspace/drv/ohci/Makefile [53f1c87:b854e56] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/Makefile
r53f1c87 rb854e56 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 hw_struct/endpoint_descriptor.c \ 44 hw_struct/transfer_descriptor.c 45 42 46 43 47 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.