Make modules work again part 1: hook up 'dev'. Note that not all devices
[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 # $DragonFly: src/sys/dev/sound/driver/maestro3/Makefile,v 1.3 2003/08/15 08:32:31 dillon Exp $
3 .PATH:          ${.CURDIR}/../../pci ${.CURDIR}/../../pci/gnu
4 KMOD            = snd_maestro3
5 SRCS            = device_if.h bus_if.h isa_if.h pci_if.h
6 SRCS            += maestro3.c
7 CFLAGS          += -Wall
8
9 CFLAGS          += -DM3_DEBUG_LEVEL=-1
10
11 KMODDEPS        = snd_pcm
12
13 .include <bsd.kmod.mk>