summaryrefslogtreecommitdiffstats
path: root/sys/modules/ex/Makefile
blob: b7047ac5b941db3524e08f8739970bd43d578f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$
#

.PATH:	${SRCTOP}/sys/dev/ex

KMOD=	if_ex
SRCS=	if_ex.c \
	if_ex_isa.c isa_if.h \
	if_ex_pccard.c card_if.h \
	bus_if.h device_if.h pccarddevs.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud