blob: 9d614e07b24b71c51439a55583db55b0c83a4944 [file] [log] [blame]
# -*- makefile -*-
#
# arch/s390x/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 \
arch/$(ARCH)/mmap.o \
arch/$(ARCH)/syscall.o
ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
archclean: