summaryrefslogtreecommitdiff
path: root/klibc/klibc/arch/s390/Makefile.inc
blob: 49b64ddbc6235b3d24f1bfa0dca4d5b596a14417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- makefile -*-
#
# arch/s390/Makefile.inc
#
# Special rules for this architecture.  Note that this is actually
# included from the main Makefile, and that pathnames should be
# accordingly.
#

ARCHOBJS = \
	arch/$(ARCH)/setjmp.o \
	arch/$(ARCH)/mmap.o \
	arch/$(ARCH)/syscall.o \
	libgcc/__divdi3.o \
	libgcc/__moddi3.o \
	libgcc/__udivdi3.o \
	libgcc/__umoddi3.o \
	libgcc/__udivmoddi4.o

ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))


archclean: