Ignore:
Timestamp:
2010-03-23T20:49:54Z (15 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
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.
Message:

Merge mailnline changes, revision 329

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/abs32le/Makefile.inc

    rb48ebd19 r76ca3f7  
    11#
    2 # Copyright (c) 2005 Martin Decky
     2# Copyright (c) 2010 Martin Decky
    33# All rights reserved.
    44#
     
    2727#
    2828
     29ARCH_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
    2936
    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.