Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / sound / driver / maestro3 / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/maestro3/Makefile,v 1.1.2.2 2001/03/04 08:19:02 scottl Exp $
2 .PATH:          ${.CURDIR}/../../../../dev/sound/pci
3 KMOD            = snd_maestro3
4 SRCS            = device_if.h bus_if.h isa_if.h pci_if.h
5 SRCS            += maestro3.c
6 CFLAGS          += -Wall
7
8 CFLAGS          += -DM3_DEBUG_LEVEL=-1
9
10 KMODDEPS        = snd_pcm
11
12 .include <bsd.kmod.mk>