Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/compat PPC_MPC6XX is now PPC_OEA



details:   https://anonhg.NetBSD.org/src/rev/66d720fe71da
branches:  trunk
changeset: 542777:66d720fe71da
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Feb 06 22:23:11 2003 +0000

description:
PPC_MPC6XX is now PPC_OEA

diffstat:

 sys/lkm/compat/Makefile.inc |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 07a112a9df54 -r 66d720fe71da sys/lkm/compat/Makefile.inc
--- a/sys/lkm/compat/Makefile.inc       Thu Feb 06 22:19:06 2003 +0000
+++ b/sys/lkm/compat/Makefile.inc       Thu Feb 06 22:23:11 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.11 2002/05/19 18:18:36 jdolecek Exp $
+#      $NetBSD: Makefile.inc,v 1.12 2003/02/06 22:23:11 matt Exp $
 
 .if !target(assym.h)
 S!=    cd ${.CURDIR}/../../..;pwd
@@ -10,10 +10,10 @@
 DPSRCS+= assym.h
 
 .if (${MACHINE_ARCH} == "powerpc")
-.if (${MACHINE} == "macppc")
-# use mpc6xx
-GENASSYM_DIR= $S/arch/${MACHINE_ARCH}/mpc6xx
-CPPFLAGS+=     -DPPC_MPC6XX
+.if (${MACHINE} == "macppc" || ${MACHINE} == "ofppc" || ${MACHINE} == "prep")
+# use oea
+GENASSYM_DIR= $S/arch/${MACHINE_ARCH}/oea
+CPPFLAGS+=     -DPPC_OEA
 .endif
 .endif
 



Home | Main Index | Thread Index | Old Index