summaryrefslogtreecommitdiff
path: root/klibc/klibc/arch/ia64/Makefile.inc
blob: edf43459f8c9f8b0d39dda3bb12533907ff0580d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- makefile -*-
#
# arch/ia64/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)/vfork.o \
	arch/$(ARCH)/setjmp.o

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

archclean: