blob: 01f6f290f7582e66ff763ace6789f117b32fd22c [file] [log] [blame]
# -*- makefile -*-
#
# arch/mips/Makefile.inc
#
# Special rules for this architecture. Note that this is actually
# included from the main Makefile, and that pathnames should be
# accordingly.
#
KLIBCARCHOBJS = \
arch/$(KLIBCARCH)/pipe.o \
arch/$(KLIBCARCH)/vfork.o \
arch/$(KLIBCARCH)/setjmp.o \
arch/$(KLIBCARCH)/syscall.o \
libgcc/__divdi3.o \
libgcc/__moddi3.o \
libgcc/__udivdi3.o \
libgcc/__umoddi3.o \
libgcc/__udivmoddi4.o
KLIBCARCHSOOBJS = $(patsubst %.o,%.lo,$(KLIBCARCHOBJS))
archclean: