aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/audiocs/Makefile
blob: 6a958e0ff8c1baf2c68504021dad9b295f59e407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD: src/sys/modules/sound/driver/audiocs/Makefile,v 1.1.24.1.6.1 2010/12/21 17:09:25 kensmith Exp $

.PATH: ${.CURDIR}/../../../../dev/sound/sbus

KMOD=	snd_audiocs
SRCS=	device_if.h bus_if.h ofw_bus_if.h
SRCS+=	channel_if.h feeder_if.h mixer_if.h
SRCS+=	cs4231.c

.include <bsd.kmod.mk>