3
# arch/arm/Makefile.inc
5
# Special rules for this architecture. Note that this is actually
6
# included from the main Makefile, and that pathnames should be
15
libgcc/__udivmodsi4.o \
20
libgcc/__udivmoddi4.o \
24
KLIBCARCHOBJS += arch/arm/setjmp-thumb.o
27
KLIBCARCHOBJS += arch/arm/setjmp-arm.o
30
arch/arm/sysstubs.a: arch/arm/sysstubs.pl
31
mkdir -p arch/arm/sysstubs
32
$(PERL) $< arch/arm/sysstubs
33
$(MAKE) $(patsubst %.S,%.o,$(wildcard arch/arm/sysstubs/*.S))
35
$(AR) cq $@ arch/arm/sysstubs/*.o
39
-rm -rf arch/arm/sysstubs
40
-rm -f arch/arm/sysstubs.a