Changeset 4b4c797 in mainline for uspace/lib/usb/Makefile
- Timestamp:
- 2010-11-20T14:07:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b22bd4
- Parents:
- 0e126be7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/Makefile
r0e126be7 r4b4c797 30 30 LIBRARY = libusb 31 31 LIBS = $(LIBDRV_PREFIX)/libdrv.a 32 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I $(LIB_PREFIX)32 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -Iinclude 33 33 34 34 SOURCES = \ 35 hcd.c \ 36 hcdhubd.c \ 37 usb.c \ 38 usbdrv.c 35 src/hcdhubd.c \ 36 src/usb.c \ 37 src/usbdrv.c 39 38 40 39 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.