diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-09-30 17:12:25 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-09-30 17:12:25 +0000 |
commit | b1089345102a2ecce4683770a91b3d655ff19725 (patch) | |
tree | f519c53a2e2924dd97d20f352ee96c77cd0b1762 /sys/modules/sound/driver/Makefile | |
parent | 12502e6b9f4302cd1c6e15b41073b88ae44a2f43 (diff) |
Notes
Diffstat (limited to 'sys/modules/sound/driver/Makefile')
-rw-r--r-- | sys/modules/sound/driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index b5e14fe45d4e..9c3f937cfb6d 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -3,7 +3,7 @@ .if ${MACHINE_ARCH} == "sparc64" SUBDIR = audiocs es137x .else -SUBDIR = ad1816 ak452x als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx +SUBDIR = ad1816 als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx SUBDIR += envy24 es137x ess fm801 ich maestro maestro3 mss neomagic sb16 sb8 SUBDIR += sbc solo spicds t4dwave via8233 via82c686 vibes SUBDIR += driver uaudio |