blob: 192840be3ed11f69ca7fd6a8f2f6020988111ab3 [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/setjmp-thumb.o
LIBGCC =
else
ARCHOBJS = arch/arm/setjmp-arm.o
endif
ARCHSOOBJS = $(patsubst %.o,%.lo,$(ARCHOBJS))
archclean: