Changes in uspace/lib/libc/Makefile [5ee2384:94790d01] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/Makefile
r5ee2384 r94790d01 31 31 32 32 USPACE_PREFIX = $(shell pwd)/../.. 33 #LIBS = $(LIBC_PREFIX)/libc.a 33 34 LIBS = 34 35 … … 90 91 generic/stacktrace.c 91 92 93 ARCH_SOURCES = \ 94 arch/$(UARCH)/src/entry.s \ 95 arch/$(UARCH)/src/thread_entry.s 96 92 97 SOURCES = \ 93 98 $(GENERIC_SOURCES) \
Note:
See TracChangeset
for help on using the changeset viewer.