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