chiark / gitweb /
volume_id: provide libvolume_id.a file
[elogind.git] / klibc / klibc / arch / s390 / Makefile.inc
1 # -*- makefile -*-
2 #
3 # arch/s390/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)/setjmp.o \
12         arch/$(ARCH)/mmap.o \
13         arch/$(ARCH)/syscall.o \
14         libgcc/__divdi3.o \
15         libgcc/__moddi3.o \
16         libgcc/__udivdi3.o \
17         libgcc/__umoddi3.o \
18         libgcc/__udivmoddi4.o
19
20 ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
21
22
23 archclean: