Changeset c621f4aa in mainline for uspace/app/top/Makefile
- Timestamp:
- 2010-07-25T10:11:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 377cce8
- Parents:
- 24a2517 (diff), a2da43c (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
-
uspace/app/top/Makefile (moved) (moved from kernel/arch/ppc32/src/debug/panic.s ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/Makefile
r24a2517 rc621f4aa 1 1 # 2 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 3 4 # All rights reserved. 4 5 # … … 27 28 # 28 29 29 #include <arch/asm/macro.h> 30 USPACE_PREFIX = ../.. 31 BINARY = top 30 32 31 .text 32 .global panic_printf 33 SOURCES = \ 34 top.c \ 35 screen.c \ 36 input.c 33 37 34 panic_printf: 35 lis %r14, halt@ha 36 addi %r14, %r14, halt@l 37 mtlr %r14 # fake stack to make printf return to halt 38 b printf 38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
