Makefile.inc revision 1.1
1# $NetBSD: Makefile.inc,v 1.1 2000/12/29 20:13:44 bjh21 Exp $
2
3KMINCLUDES=
4KMSRCS=arch/arm/gen/divsi3.S arch/arm/string/memmove.S \
5	arch/arm/string/memcpy.S
6
7.if ${MACHINE_ARCH} == "arm26"
8# __APCS_26__ required for SYS.h stuff, which uses ${CPP} and hence doesn't
9# get the normal predefines.
10CPPFLAGS+=-DSOFTFLOAT -D__APCS_26__
11
12.include <softfloat/Makefile.inc>
13.endif
14