Use arm arch directory for arm32 as well as arm26.

This commit is contained in:
simonb 2001-02-15 23:17:44 +00:00
parent da9d806354
commit 0292c3474f
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.57 2001/01/04 06:53:46 itojun Exp $
# $NetBSD: Makefile,v 1.58 2001/02/15 23:17:44 simonb Exp $
LIB= kern
MKPIC= no
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:S/arm26/arm/:C/sh3e[bl]/sh3/}
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:C/arm(26|32)/arm/:C/sh3e[bl]/sh3/}
M= ${KERNDIR}/arch/${ARCHSUBDIR}
CPPFLAGS= -I$M ${KERNCPPFLAGS} ${KERNMISCCPPFLAGS}