]> git.ipfire.org Git - thirdparty/systemd.git/blame - klibc/klibc/arch/ppc/Makefile.inc
[PATCH] sync klibc with release 0.95
[thirdparty/systemd.git] / klibc / klibc / arch / ppc / Makefile.inc
CommitLineData
a41a0e28
GKH
1# -*- makefile -*-
2#
3# arch/ppc/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
10ARCHOBJS = \
3555a14b
GKH
11 arch/$(ARCH)/setjmp.o \
12 libgcc/__divdi3.o \
13 libgcc/__moddi3.o \
14 libgcc/__udivdi3.o \
15 libgcc/__umoddi3.o \
16 libgcc/__udivmoddi4.o
17
a41a0e28
GKH
18
19ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
20
21archclean: