Changeset 04803bf in mainline for uspace/app/kill/Makefile


Ignore:
Timestamp:
2011-03-21T22:00:17Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge mainline changes (needs fixes).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/kill/Makefile

    rb50b5af2 r04803bf  
    11#
    2 # Copyright (c) 2005 Jakub Jermar
     2# Copyright (c) 2010 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 .text
     29USPACE_PREFIX = ../..
     30LIBS =
     31EXTRA_CFLAGS =
     32BINARY = kill
    3033
    31 #include <arch/stack.h>
     34SOURCES = \
     35        kill.c
    3236
    33 .global panic_printf
    34 panic_printf:
    35         call printf
    36         nop
    37         call halt
    38         nop
    39         /* Not reached. */
    40 
     37include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.