aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/atspeaker/Makefile9
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ec6810a5dccf2..50cdc43fdd653 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
diff --git a/sys/modules/atspeaker/Makefile b/sys/modules/atspeaker/Makefile
new file mode 100644
index 0000000000000..88963daf424fa
--- /dev/null
+++ b/sys/modules/atspeaker/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../i386/isa
+
+KMOD= atspeaker
+SRCS= spkr.c
+SRCS+= bus_if.h device_if.h isa_if.h
+
+.include <bsd.kmod.mk>