Changes in uspace/lib/usbhid/Makefile [cecba66e:a44424f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/Makefile
rcecba66e ra44424f 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libusbhid 31 LIBS = usb usbdev drv 31 EXTRA_CFLAGS += \ 32 -I$(LIBUSB_PREFIX)/include \ 33 -I$(LIBUSBDEV_PREFIX)/include \ 34 -I$(LIBDRV_PREFIX)/include \ 35 -Iinclude 32 36 33 37 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.