Changes in uspace/lib/usbhost/Makefile [41924f30:cecba66e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/Makefile
r41924f30 rcecba66e 30 30 LIBRARY = libusbhost 31 31 EXTRA_CFLAGS += \ 32 -I$(LIBUSB_PREFIX)/include \ 33 -I$(LIBDRV_PREFIX)/include \ 34 -Iinclude/usb/host \ 35 -Iinclude 32 -Iinclude/usb/host 33 LIBS = usb drv 36 34 37 35 SOURCES = \ … … 39 37 src/endpoint.c \ 40 38 src/hcd.c \ 41 src/bus.c \ 42 src/usb2_bus.c \ 43 src/bandwidth.c \ 39 src/usb_bus.c \ 44 40 src/usb_transfer_batch.c 45 41
Note:
See TracChangeset
for help on using the changeset viewer.