summaryrefslogtreecommitdiff
path: root/klibc/klibc/arch/ppc64/Makefile.inc
blob: 3ab3a8c8e64fb6dc916825540a07175e8eb25e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- makefile -*-
#
# arch/ppc64/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

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

archclean: