diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-17 16:41:54 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-17 16:41:54 +0000 |
| commit | 52bd35af6ba3a752f8792d6ed2ad03f9d19086b2 (patch) | |
| tree | fd4cbd374237eaff237d67d8cae88d49c6e29255 /sys/modules | |
| parent | ce356b7017de8ad16befa0c7cd1d2a1448ccfccb (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/sound/driver/Makefile | 4 |
1 files 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 |
