summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-02-01 16:39:34 +0000
committerdes <des@FreeBSD.org>2001-02-01 16:39:34 +0000
commit28843b8527b102f402b9cb6e054eb069ec5ad240 (patch)
tree34a8a741661e5d28506e9a2a46c79c8bb1a11f88 /sys/modules/Makefile
parent8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (diff)
downloadFreeBSD-src-28843b8527b102f402b9cb6e054eb069ec5ad240.zip
FreeBSD-src-28843b8527b102f402b9cb6e054eb069ec5ad240.tar.gz
KLDify the "speaker" device (which calls itself atspeaker internally, and
is i386-specific, so name the module atspeaker rather than speaker).
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ec6810a..50cdc43 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -18,7 +18,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=aac aic ar asr bktr coff el fpu gnufpu ibcs2 linprocfs mly \
+SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 linprocfs mly \
pecoff ray s3 splash sr streams vesa wi
.endif
OpenPOWER on IntegriCloud