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