Changeset 0feaae4 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2011-07-02T17:21:50Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
239e7e10
Parents:
2429e4a
Message:

Factor out standard SCSI code from usbmast to a separate SCSI library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r2429e4a r0feaae4  
    120120LIBNET_PREFIX = $(LIB_PREFIX)/net
    121121
     122LIBSCSI_PREFIX = $(LIB_PREFIX)/scsi
     123
    122124ifeq ($(STATIC_NEEDED),y)
    123125        STATIC_BUILD = y
Note: See TracChangeset for help on using the changeset viewer.