chiark / gitweb /
Make run_directory.c stat the place it is going to try to run.
[elogind.git] / klibc / klibc / arch / mips / Makefile.inc
1 # -*- makefile -*-
2 #
3 # arch/mips/Makefile.inc
4 #
5 # Special rules for this architecture.  Note that this is actually
6 # included from the main Makefile, and that pathnames should be
7 # accordingly.
8 #
9
10 ARCHOBJS = \
11         arch/$(ARCH)/pipe.o \
12         arch/$(ARCH)/vfork.o \
13         arch/$(ARCH)/setjmp.o \
14         arch/$(ARCH)/syscall.o \
15         libgcc/__divdi3.o \
16         libgcc/__moddi3.o \
17         libgcc/__udivdi3.o \
18         libgcc/__umoddi3.o \
19         libgcc/__udivmoddi4.o
20
21
22 ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
23
24
25 archclean: