add forgotten makefile
This commit is contained in:
parent
7f89db65f5
commit
ab0ef99cfa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72028
8
sys/modules/sound/driver/cmi/Makefile
Normal file
8
sys/modules/sound/driver/cmi/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
KMOD = snd_cmi
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += cmi.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user