Deleted Added
full compact
Makefile (110498) Makefile (230401)
1# $FreeBSD: head/sys/modules/sound/driver/maestro3/Makefile 110498 2003-02-07 13:56:33Z nyan $
1# $FreeBSD: head/sys/modules/sound/driver/maestro3/Makefile 230401 2012-01-20 22:37:10Z pfg $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_maestro3
6SRCS= device_if.h bus_if.h pci_if.h
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD= snd_maestro3
6SRCS= device_if.h bus_if.h pci_if.h
7SRCS+= allegro_code.h allegro_reg.h
7SRCS+= maestro3.c
8
9CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
10
11.include <bsd.kmod.mk>
8SRCS+= maestro3.c
9
10CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
11
12.include <bsd.kmod.mk>