1# $FreeBSD: releng/11.0/sys/modules/proto/Makefile 285068 2015-07-03 01:50:26Z imp $
2
3.PATH: ${.CURDIR}/../../dev/proto
4
5KMOD=	proto
6SRCS=	\
7	proto_bus_isa.c \
8	proto_bus_pci.c \
9	proto_busdma.c \
10	proto_core.c
11
12SRCS+=	\
13	bus_if.h \
14	device_if.h \
15	isa_if.h \
16	pci_if.h
17
18.include <bsd.kmod.mk>
19