Changes in uspace/drv/bus/usb/ohci/Makefile [39339378:44c1a48] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/Makefile
r39339378 r44c1a48 31 31 LIBS = \ 32 32 $(LIBUSBHOST_PREFIX)/libusbhost.a \ 33 $(LIBUSB VIRT_PREFIX)/libusbvirt.a \33 $(LIBUSBDEV_PREFIX)/libusbdev.a \ 34 34 $(LIBUSB_PREFIX)/libusb.a \ 35 35 $(LIBDRV_PREFIX)/libdrv.a … … 39 39 -I$(LIBUSBDEV_PREFIX)/include \ 40 40 -I$(LIBUSBHOST_PREFIX)/include \ 41 -I$(LIBUSBVIRT_PREFIX)/include \42 41 -I$(LIBDRV_PREFIX)/include 43 42 … … 51 50 ohci_batch.c \ 52 51 ohci_endpoint.c \ 53 ohci_rh.c \54 52 res.c \ 53 root_hub.c \ 55 54 hw_struct/endpoint_descriptor.c \ 56 55 hw_struct/transfer_descriptor.c
Note:
See TracChangeset
for help on using the changeset viewer.