Module Name: src
Committed By: martin
Date: Wed Sep 7 11:26:23 UTC 2022
Modified Files:
src/sys/modules: Makefile
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 src/sys/modules/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.270 src/sys/modules/Makefile:1.271
--- src/sys/modules/Makefile:1.270 Wed Sep 7 00:29:23 2022
+++ src/sys/modules/Makefile Wed Sep 7 11:26:23 2022
@@ -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+= amdsmn
SUBDIR+= amdtemp
SUBDIR+= amdzentemp
SUBDIR+= coretemp
-SUBDIR+= emuxki
SUBDIR+= est
SUBDIR+= hdafg
SUBDIR+= hdaudio
@@ -469,6 +468,7 @@ SUBDIR+= ataraid
SUBDIR+= cac
SUBDIR+= cac_eisa
SUBDIR+= cac_pci
+SUBDIR+= emuxki
SUBDIR+= if_aq
SUBDIR+= if_vioif
SUBDIR+= if_vmx