Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/conf Set KERN_AS=obj now that LKMs work. (...



details:   https://anonhg.NetBSD.org/src/rev/b26ad456606b
branches:  trunk
changeset: 543229:b26ad456606b
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 19 23:55:48 2003 +0000

description:
Set KERN_AS=obj now that LKMs work.  (otherwise when you loaded LKMs they
wouldn't have all the library routines available).

diffstat:

 sys/arch/powerpc/conf/Makefile.powerpc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c67ad1792257 -r b26ad456606b sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc    Wed Feb 19 23:12:20 2003 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc    Wed Feb 19 23:55:48 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.powerpc,v 1.25 2003/01/01 16:14:36 augustss Exp $
+#      $NetBSD: Makefile.powerpc,v 1.26 2003/02/19 23:55:48 matt Exp $
 #
 # Makefile for NetBSD
 #
@@ -45,6 +45,7 @@
 ##
 ## (3) libkern and compat
 ##
+KERN_AS=       obj
 
 ##
 ## (4) local objects, compile rules, and dependencies



Home | Main Index | Thread Index | Old Index