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

.PATH:	${.CURDIR}/../../pci
KMOD	= if_xl
SRCS	= if_xl.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS	+= miibus_if.h

.include "${.CURDIR}/../../conf/kmod.mk"