~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/lib/libc/arch/mips32eb/Makefile.inc

  • Committer: Pavel Rimsky
  • Date: 2010-02-20 20:54:53 UTC
  • mfrom: (292 head)
  • mto: This revision was merged to the branch mainline in revision 296.
  • Revision ID: pavel@pavel-laptop-20100220205453-70sim280j709dgp3
Synchronize with head.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
TARGET = mips-linux-gnu
33
33
TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips32eb/bin
34
34
 
35
 
ARCH_SOURCES += arch/$(UARCH)/src/syscall.c \
 
35
ARCH_SOURCES = \
 
36
        arch/$(UARCH)/src/entry.s \
 
37
        arch/$(UARCH)/src/thread_entry.s \
 
38
        arch/$(UARCH)/src/syscall.c \
36
39
        arch/$(UARCH)/src/fibril.S \
37
40
        arch/$(UARCH)/src/tls.c \
38
41
        arch/$(UARCH)/src/stacktrace.c \