Changeset cecba66e in mainline for uspace/lib/usbdev/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/usbdev/Makefile
rc631734 rcecba66e 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libusbdev 31 EXTRA_CFLAGS += \ 32 -I$(LIBUSB_PREFIX)/include \ 33 -I$(LIBDRV_PREFIX)/include \ 34 -Iinclude 31 LIBS = usb drv 35 32 36 33 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.