#
# $FreeBSD$
# $Id: Makefile,v 1.11.2.1 2005/05/27 16:29:20 thomas Exp $
#
# Makefile for building the avmaic CAPI manager module
#
# avmaic - AVM active ISDN controller
#

MAINTAINER=	twinterg@gmx.de

.PATH:	${.CURDIR}/../../../driver/avmaic

KMOD=	avmaic

SRCS=	avmaic.c avmaic_global.h avmaic_misc.c avmaic_misc.h avmlli.h \
	avmb1.c avmb1.h avmt1.c avmt1.h \
	avmio.c avmio.h avmdma.c avmdma.h avmarm.c avmarm.h
SRCS+=	opt_avmaic.h
SRCS+=	device_if.h bus_if.h isa_if.h pci_if.h card_if.h pccarddevs.h

CFLAGS+=	-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../include

.include <bsd.kmod.mk>
