aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-09-30 17:53:25 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-09-30 17:53:25 +0000
commit3d00f0efff235cc2294979eeabbbd84031ba13ff (patch)
tree620c2273132b92e698e291468817963e53b7c5d0 /sys/modules/sound/driver/Makefile
parent0971278e54246d149ab75381eb3ffedb7a16aa44 (diff)
Notes
Diffstat (limited to 'sys/modules/sound/driver/Makefile')
-rw-r--r--sys/modules/sound/driver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile
index 9c3f937cfb6d..02f0f1b61bbc 100644
--- a/sys/modules/sound/driver/Makefile
+++ b/sys/modules/sound/driver/Makefile
@@ -3,8 +3,8 @@
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR = audiocs es137x
.else
-SUBDIR = ad1816 als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx
-SUBDIR += envy24 es137x ess fm801 ich maestro maestro3 mss neomagic sb16 sb8
+SUBDIR = ad1816 als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx envy24
+SUBDIR += envy24ht es137x ess fm801 ich maestro maestro3 mss neomagic sb16 sb8
SUBDIR += sbc solo spicds t4dwave via8233 via82c686 vibes
SUBDIR += driver uaudio
.endif