Changeset 04803bf in mainline for uspace/app/kill/Makefile
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (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/kill/Makefile (moved) (moved from kernel/arch/sparc64/src/panic.S ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/kill/Makefile
rb50b5af2 r04803bf 1 1 # 2 # Copyright (c) 20 05 Jakub Jermar2 # Copyright (c) 2010 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 .text 29 USPACE_PREFIX = ../.. 30 LIBS = 31 EXTRA_CFLAGS = 32 BINARY = kill 30 33 31 #include <arch/stack.h> 34 SOURCES = \ 35 kill.c 32 36 33 .global panic_printf 34 panic_printf: 35 call printf 36 nop 37 call halt 38 nop 39 /* Not reached. */ 40 37 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
