aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/xe/Makefile
blob: 3dce82cbcf97250ba0f0e1a03caa1868d2625e80 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/xe
KMOD	= if_xe
SRCS	= if_xe.c opt_bdg.h device_if.h card_if.h bus_if.h pci_if.h
SRCS	+= if_xevar.h if_xereg.h

.include <bsd.kmod.mk>