diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-09-30 17:53:25 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-09-30 17:53:25 +0000 |
| commit | 3d00f0efff235cc2294979eeabbbd84031ba13ff (patch) | |
| tree | 620c2273132b92e698e291468817963e53b7c5d0 /sys/modules | |
| parent | 0971278e54246d149ab75381eb3ffedb7a16aa44 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/sound/driver/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/sound/driver/envy24ht/Makefile | 8 |
2 files changed, 10 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 diff --git a/sys/modules/sound/driver/envy24ht/Makefile b/sys/modules/sound/driver/envy24ht/Makefile new file mode 100644 index 000000000000..ac2998819011 --- /dev/null +++ b/sys/modules/sound/driver/envy24ht/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_envy24ht +SRCS = device_if.h bus_if.h pci_if.h +SRCS += envy24ht.c + +.include <bsd.kmod.mk> |
