Add the module Makefile for the newly committed ESS solo sound driver.
It will be connected to the parent Makefile after more testing.
This commit is contained in:
parent
fd1aaeccce
commit
3a5ed3c526
8
sys/modules/sound/driver/solo/Makefile
Normal file
8
sys/modules/sound/driver/solo/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
KMOD = snd_solo
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += solo.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user