1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Add the envy24ht driver to the build.

This commit is contained in:
Alexander Leidinger 2006-09-30 17:53:25 +00:00
parent 0971278e54
commit 3d00f0efff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162887
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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>