Changeset 355a17a in mainline
- Timestamp:
- 2012-12-15T21:01:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99758c9
- Parents:
- 20f8111 (diff), d3a92c87 (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. - Location:
- uspace
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r20f8111 r355a17a 218 218 lib/usbvirt \ 219 219 lib/bithenge \ 220 lib/posix 220 lib/posix \ 221 lib/mbr 221 222 222 223 LIBC_BUILD = $(addsuffix .build,$(LIBC)) -
uspace/Makefile.common
r20f8111 r355a17a 135 135 LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge 136 136 137 LIBMBR_PREFIX = $(LIB_PREFIX)/mbr 138 137 139 ifeq ($(STATIC_NEEDED),y) 138 140 STATIC_BUILD = y
Note:
See TracChangeset
for help on using the changeset viewer.