mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
modules for the new sb8 and sb16 drivers
This commit is contained in:
parent
eee8b161e5
commit
3d26e60a2d
2 changed files with 16 additions and 0 deletions
8
sys/modules/sound/driver/sb16/Makefile
Normal file
8
sys/modules/sound/driver/sb16/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
||||
KMOD = snd_sb16
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += sb16.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
8
sys/modules/sound/driver/sb8/Makefile
Normal file
8
sys/modules/sound/driver/sb8/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
||||
KMOD = snd_sb8
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += sb8.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue