blob: c2055c6b67832d52e4da42ede0c5ceb4c467c0bc [file] [log] [blame]
# -*- makefile -*-
#
# arch/arm/Makefile.inc
#
# Special rules for this architecture. Note that this is actually
# included from the main Makefile, and that pathnames should be
# accordingly.
#
ifeq ($(THUMB),y)
ARCHOBJS = arch/arm/exits-thumb.o \
arch/arm/setjmp-thumb.o
LIBGCC =
else
ARCHOBJS = arch/arm/exits-arm.o \
arch/arm/setjmp-arm.o
endif
ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
archclean: