mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the envy24ht driver to the build.
This commit is contained in:
parent
0971278e54
commit
3d00f0efff
2 changed files with 10 additions and 2 deletions
|
|
@ -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 a new issue