#
# $FreeBSD$
# $Id: Makefile,v 1.3.2.1 2005/05/27 16:29:21 thomas Exp $
#
# Makefile for building the ix1a CAPI manager module
#
# ix1a - IX1 active ISDN controllers
#

MAINTAINER=	twinterg@gmx.de

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

KMOD=	ix1a

SRCS=	ix1a.c ix1a_global.h ix1a_misc.h ix1a_misc.c \
	ix1a_hwdefs.h ix1a_shm.h ix1a_shm.c \
	ix1a_isa.h ix1a_isa.c ix1a_bpci.h ix1a_bpci.c ix1a_ppci.h ix1a_ppci.c
SRCS+=	opt_ix1a.h
SRCS+=	device_if.h bus_if.h isa_if.h pci_if.h

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

.include <bsd.kmod.mk>
