summaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-09-07 11:26:23 +0000
committermartin <martin@NetBSD.org>2022-09-07 11:26:23 +0000
commit9b9340c25d6a5032e326971da829c97c3ea09b71 (patch)
tree58359358399df780be7ac8550ec799d04771fae3 /sys/modules/Makefile
parenta7f44d8f9b5062bdf28a744e258cef9d987dd500 (diff)
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 (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 48593dfdc5e..1009d68dd08 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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