summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver/sbc/Makefile
blob: d52e31267382b6dd14a964912d147e84d5d5270c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH:		${.CURDIR}/../../../../dev/sound/isa
KMOD		= snd_sbc
SRCS		= device_if.h bus_if.h isa_if.h pci_if.h
SRCS		+= sbc.c

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud