chiark / gitweb /
Make run_directory.c stat the place it is going to try to run.
[elogind.git] / klibc / klibc / arch / i386 / Makefile.inc
1 # -*- makefile -*-
2 #
3 # arch/i386/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)/exits.o \
12         arch/$(ARCH)/socketcall.o \
13         arch/$(ARCH)/setjmp.o \
14         arch/$(ARCH)/syscall.o \
15         arch/$(ARCH)/open.o \
16         arch/$(ARCH)/sigreturn.o \
17         arch/$(ARCH)/libgcc/__ashldi3.o \
18         arch/$(ARCH)/libgcc/__ashrdi3.o \
19         arch/$(ARCH)/libgcc/__lshrdi3.o \
20         arch/$(ARCH)/libgcc/__muldi3.o \
21         arch/$(ARCH)/libgcc/__negdi2.o \
22         libgcc/__divdi3.o \
23         libgcc/__moddi3.o \
24         libgcc/__udivdi3.o \
25         libgcc/__umoddi3.o \
26         libgcc/__udivmoddi4.o
27
28 archclean: