From 52bd35af6ba3a752f8792d6ed2ad03f9d19086b2 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sat, 17 Jun 2006 16:41:54 +0000 Subject: [PATCH] Connect the envy42 driver to the build. --- sys/modules/sound/driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index 096acf6f85a6..b49cf80e25e3 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 = als4000 ad1816 atiixp cmi cs4281 csa ds1 emu10k1 es137x ess -SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo +SUBDIR = ad1816 ak452x als4000 atiixp cmi cs4281 csa ds1 emu10k1 envy24 es137x +SUBDIR += ess fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo SUBDIR += t4dwave via8233 via82c686 vibes SUBDIR += driver uaudio .endif