Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Move emuxki from i386/amd64 specific modules to ...



details:   https://anonhg.NetBSD.org/src/rev/9839355ecd78
branches:  trunk
changeset: 369910:9839355ecd78
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 07 11:26:23 2022 +0000

description:
Move emuxki from i386/amd64 specific modules to attachment specific
modules (effectively disabling it for the build for now, as it needs
setlist fixes and breaks the build).

diffstat:

 sys/modules/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 7d6db2b08274 -r 9839355ecd78 sys/modules/Makefile
--- a/sys/modules/Makefile      Wed Sep 07 10:41:34 2022 +0000
+++ b/sys/modules/Makefile      Wed Sep 07 11:26:23 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.270 2022/09/07 00:29:23 khorben Exp $
+#      $NetBSD: Makefile,v 1.271 2022/09/07 11:26:23 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -225,7 +225,6 @@
 SUBDIR+=       amdtemp
 SUBDIR+=       amdzentemp
 SUBDIR+=       coretemp
-SUBDIR+=       emuxki
 SUBDIR+=       est
 SUBDIR+=       hdafg
 SUBDIR+=       hdaudio
@@ -469,6 +468,7 @@
 SUBDIR+=       cac
 SUBDIR+=       cac_eisa
 SUBDIR+=       cac_pci
+SUBDIR+=       emuxki
 SUBDIR+=       if_aq
 SUBDIR+=       if_vioif
 SUBDIR+=       if_vmx



Home | Main Index | Thread Index | Old Index