summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-09-30 17:10:37 +0000
committernetchild <netchild@FreeBSD.org>2006-09-30 17:10:37 +0000
commit0b9a993f2f3830332d3a1bf27e45b5b49e8fb0d3 (patch)
tree4948f01d4da58d1cd6ead47b3c3bc92c1a9c85da /sys/modules/sound
parente06dc5d45dc84cffc41bfaa924344cd166192ce2 (diff)
downloadFreeBSD-src-0b9a993f2f3830332d3a1bf27e45b5b49e8fb0d3.zip
FreeBSD-src-0b9a993f2f3830332d3a1bf27e45b5b49e8fb0d3.tar.gz
We don't need the ISA interface.
Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/envy24/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/envy24/Makefile b/sys/modules/sound/driver/envy24/Makefile
index 37f9d48..b0e728e 100644
--- a/sys/modules/sound/driver/envy24/Makefile
+++ b/sys/modules/sound/driver/envy24/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../../dev/sound/pci
KMOD = snd_envy24
-SRCS = device_if.h bus_if.h isa_if.h pci_if.h
+SRCS = device_if.h bus_if.h pci_if.h
SRCS += envy24.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud