Changeset f51f193 in mainline for uspace/drv/bus/usb/usbmast/Makefile
- Timestamp:
- 2011-07-12T03:00:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6817eba
- Parents:
- eca52a8 (diff), 026793d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/Makefile
reca52a8 rf51f193 32 32 $(LIBUSBDEV_PREFIX)/libusbdev.a \ 33 33 $(LIBUSB_PREFIX)/libusb.a \ 34 $(LIBDRV_PREFIX)/libdrv.a 34 $(LIBDRV_PREFIX)/libdrv.a \ 35 $(LIBSCSI_PREFIX)/libscsi.a 35 36 36 37 EXTRA_CFLAGS += \ 37 38 -I$(LIBUSB_PREFIX)/include \ 38 39 -I$(LIBUSBDEV_PREFIX)/include \ 39 -I$(LIBDRV_PREFIX)/include 40 -I$(LIBDRV_PREFIX)/include \ 41 -I$(LIBSCSI_PREFIX)/include 40 42 41 43 BINARY = usbmast 42 44 43 45 SOURCES = \ 44 inquiry.c \46 cmds.c \ 45 47 main.c \ 46 mast.c 48 mast.c \ 49 scsi_ms.c 47 50 48 51 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.