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:
Nick Sayer 2000-07-31 17:22:30 +00:00
parent fd1aaeccce
commit 3a5ed3c526
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64065

View 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>