Add the spicds module to the build.
Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
This commit is contained in:
parent
cefdaf86ea
commit
5d54f83168
@ -5,7 +5,7 @@ SUBDIR = audiocs es137x
|
||||
.else
|
||||
SUBDIR = ad1816 ak452x als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx
|
||||
SUBDIR += envy24 es137x ess fm801 ich maestro maestro3 mss neomagic sb16 sb8
|
||||
SUBDIR += sbc solo t4dwave via8233 via82c686 vibes
|
||||
SUBDIR += sbc solo spicds t4dwave via8233 via82c686 vibes
|
||||
SUBDIR += driver uaudio
|
||||
.endif
|
||||
|
||||
|
8
sys/modules/sound/driver/spicds/Makefile
Normal file
8
sys/modules/sound/driver/spicds/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
KMOD = snd_spicds
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += spicds.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user