freebsd-dev/sys/modules/sound/driver/cs4281/Makefile
Cameron Grant 17e401f8a9 add driver for CS4281 sound chips
Submitted by:   Orion Hodson <O.Hodson@cs.ucl.ac.uk>
2001-02-04 19:23:35 +00:00

9 lines
166 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../dev/sound/pci
KMOD = snd_cs4281
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += cs4281.c
.include <bsd.kmod.mk>