opnsense-src/sys/modules/sound/driver/solo/Makefile
Nick Sayer 3a5ed3c526 Add the module Makefile for the newly committed ESS solo sound driver.
It will be connected to the parent Makefile after more testing.
2000-07-31 17:22:30 +00:00

8 lines
162 B
Makefile

# $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>