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:
parent
0971278e54
commit
3d00f0efff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162887
@ -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
|
||||
|
8
sys/modules/sound/driver/envy24ht/Makefile
Normal file
8
sys/modules/sound/driver/envy24ht/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user