Changeset cecba66e in mainline for uspace/lib/usbhost/Makefile
- Timestamp:
- 2017-11-08T00:39:43Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d15572
- Parents:
- c631734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/Makefile
rc631734 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 = \
Note:
See TracChangeset
for help on using the changeset viewer.