Changeset 76ca3f7 in mainline for uspace/lib/c/arch/abs32le/Makefile.inc
- Timestamp:
- 2010-03-23T20:49:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/Makefile.inc
rb48ebd19 r76ca3f7 1 1 # 2 # Copyright (c) 20 05Martin Decky2 # Copyright (c) 2010 Martin Decky 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 ARCH_SOURCES = \ 30 arch/$(UARCH)/src/entry.c \ 31 arch/$(UARCH)/src/thread_entry.c \ 32 arch/$(UARCH)/src/fibril.c \ 33 arch/$(UARCH)/src/tls.c \ 34 arch/$(UARCH)/src/syscall.c \ 35 arch/$(UARCH)/src/stacktrace.c 29 36 30 ## Common names 31 # 32 33 LIBC_PREFIX = ../../../lib/libc 34 SOFTINT_PREFIX = ../../../lib/softint 35 LIBS = $(LIBC_PREFIX)/libc.a 36 37 DEPEND = Makefile.depend 38 DEPEND_PREV = $(DEPEND).prev 39 JOB = console.job 40 OUTPUT = console 37 .PRECIOUS: arch/$(UARCH)/src/entry.o
Note:
See TracChangeset
for help on using the changeset viewer.