Changeset c2efbb4 in mainline for uspace/lib/libc/Makefile
- Timestamp:
- 2010-02-20T20:54:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 721d4e85, 95c4776
- Parents:
- f516bc2 (diff), b03a666 (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/lib/libc/Makefile
rf516bc2 rc2efbb4 31 31 32 32 USPACE_PREFIX = $(shell pwd)/../.. 33 #LIBS = $(LIBC_PREFIX)/libc.a34 33 LIBS = 35 34 … … 91 90 generic/stacktrace.c 92 91 93 ARCH_SOURCES = \94 arch/$(UARCH)/src/entry.s \95 arch/$(UARCH)/src/thread_entry.s96 97 92 SOURCES = \ 98 93 $(GENERIC_SOURCES) \
Note:
See TracChangeset
for help on using the changeset viewer.