blob: c84443f4e18f3b6c923b96b758f9dd0ccb3eb289 [file] [log] [blame]
# -*- 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
ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
archclean: