diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2022-06-04 03:31:10 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2022-06-04 03:31:10 +0000 |
| commit | 087fd14071d7b42d56553cc053e6c0aa183ae258 (patch) | |
| tree | 839fc70fc205117b7ce3b2ee59288999f3e9d327 /sys/modules/Makefile | |
| parent | 6c70a6da85b49d109362cad96ebb2b2a5242a8cc (diff) | |
Combine the midi and sequencer modules into a single midi_seq module
to avoid a circular dependency as noted in kern/56772. Retain minimal
modules of the original names to accomodate auto-loading upon access
to the /dev/xxx nodes.
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 2a63ec5dec7..2d0db0b83b6 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2022/04/14 16:50:26 pgoyette Exp $ +# $NetBSD: Makefile,v 1.266 2022/06/04 03:31:10 pgoyette Exp $ .include <bsd.own.mk> @@ -115,6 +115,7 @@ SUBDIR+= luasystm SUBDIR+= luapmf SUBDIR+= mfs SUBDIR+= midi +SUBDIR+= midi_seq SUBDIR+= miiverbose SUBDIR+= miniroot SUBDIR+= mqueue |
