Source-Changes-HG archive

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

[src/trunk]: src/sys Now that simonb has fixed LKM's on MIPS, enable building...



details:   https://anonhg.NetBSD.org/src/rev/18e7ce9a5561
branches:  trunk
changeset: 518306:18e7ce9a5561
user:      soren <soren%NetBSD.org@localhost>
date:      Wed Nov 28 03:52:27 2001 +0000

description:
Now that simonb has fixed LKM's on MIPS, enable building them.

diffstat:

 sys/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (20 lines):

diff -r f94d7c88ac31 -r 18e7ce9a5561 sys/Makefile
--- a/sys/Makefile      Wed Nov 28 03:23:35 2001 +0000
+++ b/sys/Makefile      Wed Nov 28 03:52:27 2001 +0000
@@ -1,15 +1,9 @@
-#      $NetBSD: Makefile,v 1.43 2001/10/12 21:05:08 nathanw Exp $
+#      $NetBSD: Makefile,v 1.44 2001/11/28 03:52:27 soren Exp $
 
 SUBDIR=        adosfs altq arch compat dev filecorefs isofs miscfs msdosfs net \
        netatalk netccitt netinet netinet6 netisdn netiso netkey netnatm \
        netns nfs ntfs sys ufs uvm
 
-.if (${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
-
-SUBDIR+= lkm
-
-.endif
-
 # Speedup stubs for some subtrees that don't need to run these rules
 includes-lkm:
        @true



Home | Main Index | Thread Index | Old Index