mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
modules for the new sb8 and sb16 drivers
This commit is contained in:
parent
eee8b161e5
commit
3d26e60a2d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67805
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 New Issue
Block a user