Changeset 8ff0bd2 in mainline for uspace/Makefile.common
- Timestamp:
- 2011-09-04T11:30:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (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/Makefile.common
rd2c67e7 r8ff0bd2 106 106 LIBBLOCK_PREFIX = $(LIB_PREFIX)/block 107 107 LIBFS_PREFIX = $(LIB_PREFIX)/fs 108 LIBIMGMAP_PREFIX = $(LIB_PREFIX)/imgmap 108 109 LIBCLUI_PREFIX = $(LIB_PREFIX)/clui 110 LIBFMTUTIL_PREFIX = $(LIB_PREFIX)/fmtutil 109 111 110 112 LIBEXT2_PREFIX = $(LIB_PREFIX)/ext2 … … 119 121 LIBPACKET_PREFIX = $(LIB_PREFIX)/packet 120 122 LIBNET_PREFIX = $(LIB_PREFIX)/net 121 122 123 LIBMINIX_PREFIX = $(LIB_PREFIX)/minix 124 LIBSCSI_PREFIX = $(LIB_PREFIX)/scsi 123 125 124 126 ifeq ($(STATIC_NEEDED),y)
Note:
See TracChangeset
for help on using the changeset viewer.