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

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

archclean: