summaryrefslogtreecommitdiffstats
path: root/sys/modules/al/Makefile
blob: 58170cfe53571efe362e64915e12708144d91213 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH:	${.CURDIR}/../../pci
KMOD	= al
SRCS	= if_al.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS	+= miibus_if.h
CFLAGS	+= ${DEBUG_FLAGS}
KMODDEPS = miibus

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