diff options
| author | khorben <khorben@NetBSD.org> | 2022-09-07 00:29:23 +0000 |
|---|---|---|
| committer | khorben <khorben@NetBSD.org> | 2022-09-07 00:29:23 +0000 |
| commit | c7e9e00a366427d29d7b3e049b58a7169641f7dc (patch) | |
| tree | 0ad7d2a02fd71a26a6f192bbbef7f1d0c2d77cff /sys/modules/Makefile | |
| parent | e93852f4cb8a40505e3a36a54195ffc02588418d (diff) | |
emuxki(4): allow building as a module
Tested on NetBSD/amd64 with a Sound Blaster Live! Value (CT4870)
Note that this required setting outputs.master to the maximum value
allowed (255) to get sound out, and then cranking the volume pretty
high.
Additional sound cards sponsored by the NetBSD Foundation; thanks!
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 cbb66cba326..48593dfdc5e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.269 2022/07/28 22:00:23 riastradh Exp $ +# $NetBSD: Makefile,v 1.270 2022/09/07 00:29:23 khorben Exp $ .include <bsd.own.mk> @@ -225,6 +225,7 @@ SUBDIR+= amdsmn SUBDIR+= amdtemp SUBDIR+= amdzentemp SUBDIR+= coretemp +SUBDIR+= emuxki SUBDIR+= est SUBDIR+= hdafg SUBDIR+= hdaudio |
