prepare for sh3e[bl] split

This commit is contained in:
itojun 2001-01-04 06:53:45 +00:00
parent cd4d6511c8
commit f039f89ec5
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.93 2000/12/29 20:13:44 bjh21 Exp $
# $NetBSD: Makefile,v 1.94 2001/01/04 06:53:45 itojun Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@ -27,7 +27,7 @@ CPPFLAGS+= -DINET6
#LINTFLAGS+= -w
LINTFLAGS+=-X 272
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:S/arm26/arm/}
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:S/arm26/arm/:C/sh3e[bl]/sh3/}
ARCHDIR= ${.CURDIR}/arch/${ARCHSUBDIR}
AINC= -I${ARCHDIR}
.if defined(DESTDIR)

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.56 2000/12/29 20:51:56 bjh21 Exp $
# $NetBSD: Makefile,v 1.57 2001/01/04 06:53:46 itojun Exp $
LIB= kern
MKPIC= no
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:S/arm26/arm/}
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/:S/arm26/arm/:C/sh3e[bl]/sh3/}
M= ${KERNDIR}/arch/${ARCHSUBDIR}
CPPFLAGS= -I$M ${KERNCPPFLAGS} ${KERNMISCCPPFLAGS}