17e401f8a9
Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
9 lines
166 B
Makefile
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>
|